diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-05-29 16:11:23 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-05-29 16:17:41 +0200 |
commit | ac5f29ebe6e8d353c4b4f310860c871a233fb8e3 (patch) | |
tree | 9365bec1ac114276d0f24963b8b73ed44d3c954b /dev-python/pylast | |
parent | dev-python/pylast: Cleanup due to #390951 (diff) | |
download | gentoo-ac5f29ebe6e8d353c4b4f310860c871a233fb8e3.tar.gz gentoo-ac5f29ebe6e8d353c4b4f310860c871a233fb8e3.tar.bz2 gentoo-ac5f29ebe6e8d353c4b4f310860c871a233fb8e3.zip |
dev-python/pylast: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pylast/pylast-0.5.11-r1.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest index 985f630374cf..1697766b38e3 100644 --- a/dev-python/pylast/Manifest +++ b/dev-python/pylast/Manifest @@ -1,2 +1 @@ -DIST pylast-0.5.11.tar.gz 26146 SHA256 bf35820be35447d55564d36072d40b09ac8a7fd41a6f1a7a9d408f4d0eaefac4 SHA512 4b313156aff927f1ec61a848d1ee4c74fde348e1faef6d8dcf9578b164d65621c85bac3de0288d7aae0147157cc2c01a048d7293c191e9c1ede1197527d987e6 WHIRLPOOL 16f4b0c4b4844997575bb382f62c2b65b69dbf3b3a794e016b84046aefd023e44591e12819171eada7c7d0f88791a85c5d549340d85823d46cd1d1c4d36fd0d9 DIST pylast-1.0.0.tar.gz 29099 SHA256 948bc9efb2e2785db8c303cc6559358b943538cc45f902838db770b84843d605 SHA512 1d6183596ff994f37722be493e22c65a2c441f5890b539fd9e19d515a5a38afc7017524600903879a8c76b938a52dec6ef4753c0e01dd59bae4e1596962755a0 WHIRLPOOL fd81c5143574f7685383719d76db67b24dbf78d387f3f73846ee2fc2433bf1ea65b1d35961b8f9424fb083f42872bb150e505cbfda93134fcb4509a74d8a8980 diff --git a/dev-python/pylast/pylast-0.5.11-r1.ebuild b/dev-python/pylast/pylast-0.5.11-r1.ebuild deleted file mode 100644 index adc1c36364f0..000000000000 --- a/dev-python/pylast/pylast-0.5.11-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_3} ) - -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="" |