void-packages/srcpkgs/python-pylast/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

26 lines
737 B
Bash

# Template file for 'python-pylast'
pkgname=python-pylast
version=2.0.0
revision=1
wrksrc=pylast-${version}
build_style=python-module
noarch=yes
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
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"
checksum=8e4d4962aa12d67bd357e1aa596a146b2e97afd943b5c9257e555014d13b3065
python3-pylast_package() {
noarch=yes
depends="python3-six"
pycompile_module="pylast"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}