diff options
author | Mathy Vanvoorden <mathy@vanvoorden.be> | 2016-10-11 01:31:09 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-10-11 09:40:50 +0200 |
commit | faad122ab2fa6d746b707680690a36ec2be8dfd7 (patch) | |
tree | 5edf8eb50ef00ec775a57a21c16d5a3d33c39366 /dev-python/pylast/pylast-1.6.0.ebuild | |
parent | x11-drivers/nvidia-drivers: Version bump (bug #596588). (diff) | |
download | gentoo-faad122ab2fa6d746b707680690a36ec2be8dfd7.tar.gz gentoo-faad122ab2fa6d746b707680690a36ec2be8dfd7.tar.bz2 gentoo-faad122ab2fa6d746b707680690a36ec2be8dfd7.zip |
dev-python/pylast: version bump to 1.6.0
Removed 3.3 and added 3.5 and pypy3 targets.
Gentoo-Bug: #576900
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2528
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pylast/pylast-1.6.0.ebuild')
-rw-r--r-- | dev-python/pylast/pylast-1.6.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/pylast/pylast-1.6.0.ebuild b/dev-python/pylast/pylast-1.6.0.ebuild new file mode 100644 index 000000000000..e62260741b78 --- /dev/null +++ b/dev-python/pylast/pylast-1.6.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to last.fm and other api-compatible websites" +HOMEPAGE="https://github.com/pylast/pylast" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# As the testing requires a last.fm account and online access it is restricted +RESTRICT="test" |