# Template file for 'python-pylast' pkgname=python-pylast version=1.8.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 " license="Apache-2.0" homepage="https://github.com/pylast/pylast" distfiles="${PYPI_SITE}/p/pylast/pylast-${version}.tar.gz" checksum=85f8dd96aef0ccba5f80379c3d7bc1fabd72f59aebab040daf40a8b72268f9bd python3-pylast_package() { noarch=yes depends="python3-six" pycompile_module="pylast" replaces="python3.4-pylast>=0" short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* } } python3.4-pylast_package() { noarch=yes build_style=meta short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)" depends="python3-pylast>=${version}_${revision}" }