void-packages/srcpkgs/python-pylast/template

29 lines
797 B
Bash
Raw Normal View History

2016-02-27 18:27:13 +01:00
# Template file for 'python-pylast'
pkgname=python-pylast
2016-04-25 15:44:46 +02:00
version=1.6.0
revision=1
2016-02-27 18:27:13 +01:00
wrksrc=pylast-${version}
build_style=python-module
python_versions="2.7 3.4"
noarch=yes
2016-02-27 18:27:13 +01:00
hostmakedepends="python-setuptools python3.4-setuptools"
2016-03-02 20:56:00 +01:00
depends="python-six"
2016-02-27 18:27:13 +01:00
pycompile_module="pylast"
short_desc="Python2 interface to last.fm and libre.fm"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="Apache-2.0"
homepage="https://github.com/pylast/pylast"
distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz"
2016-04-25 15:44:46 +02:00
checksum=6bf325ee0fdeb35780554843cf64df99304abb98c5ce2e451c0df7e95e08b42e
2016-02-27 18:27:13 +01:00
python3.4-pylast_package() {
noarch=yes
2016-03-02 20:56:00 +01:00
depends="python3.4-six"
2016-02-27 18:27:13 +01:00
pycompile_version="3.4"
pycompile_module="pylast"
short_desc="${short_desc/Python2/Python3.4}"
pkg_install() {
vmove usr/lib/python3.4
}
}