Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylast/
Date: Sat, 02 Dec 2017 15:37:07
Message-Id: 1512228983.6807482a7e4a3c23d436fd82164f05deedc0ea89.floppym@gentoo
1 commit: 6807482a7e4a3c23d436fd82164f05deedc0ea89
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 15:36:23 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 15:36:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6807482a
7
8 dev-python/pylast: remove old
9
10 Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7
11
12 dev-python/pylast/Manifest | 2 --
13 dev-python/pylast/pylast-1.6.0.ebuild | 20 --------------------
14 dev-python/pylast/pylast-1.7.0.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/dev-python/pylast/Manifest b/dev-python/pylast/Manifest
18 index 3685ea13e95..5550c766ed6 100644
19 --- a/dev-python/pylast/Manifest
20 +++ b/dev-python/pylast/Manifest
21 @@ -1,3 +1 @@
22 -DIST pylast-1.6.0.tar.gz 41307 BLAKE2B b96ceb0ba7d3606f1dfc47d3754a153f785a54ab1860c140644b04c03abc6c8903bf9d5386a3991bed5ee40eeda63b21870df4e20a42a3e08f5633733731a3f1 SHA512 2e47eca2282da8637d5fc79b8fc6784f6f7e9c88975f10e5f162be1445f81dbce0a01c6d7e8ff14162bc3b48a8a4171bf4c81239b17fb08ea5c6b1eaf432f18f
23 -DIST pylast-1.7.0.tar.gz 42433 SHA256 a482a769b6a037e2e9b78433de91a287eaf6aacff60bbb2f4562c3c7ece10430 SHA512 c5f983f651b4d76a004d5521ae3a76d05dc3b424523be365679b7a35f11a5a83894e2bc18365b058b254935fa804575631eacbde4b37d1e2f3d7eb325eeabab4 WHIRLPOOL 04caefd6a7aa11dda40f270587c0a9cfe393c9262411f802a429e5ba893e7320200ba2e8942047f7d583b0e76e4f7edfc2b5671b223c98084287c7a2b255a4b9
24 DIST pylast-1.9.0.tar.gz 42584 SHA256 ae1c4105cbe704d9ac10ba57ac4c26bc576cc33978f1b578101b20c6a2360ca4 SHA512 ff3929583d88466738c9a1e964676652717c9f5bd4631f1a0a7855903e77cd394a612b0e2e8fc2f698ac84a34a135f4e940ff7760c2c88bf388ae56fc9c3da65 WHIRLPOOL 701e11a314c60eec50196103c916c107729f5f233d9a00173813f7f33393818a7a4a7b860bdeaec8c680072ca25604acc13d30ace0575623ffa5159da32b14d7
25
26 diff --git a/dev-python/pylast/pylast-1.6.0.ebuild b/dev-python/pylast/pylast-1.6.0.ebuild
27 deleted file mode 100644
28 index 65641f2e94d..00000000000
29 --- a/dev-python/pylast/pylast-1.6.0.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python interface to last.fm and other api-compatible websites"
42 -HOMEPAGE="https://github.com/pylast/pylast"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -# As the testing requires a last.fm account and online access it is restricted
51 -RESTRICT="test"
52
53 diff --git a/dev-python/pylast/pylast-1.7.0.ebuild b/dev-python/pylast/pylast-1.7.0.ebuild
54 deleted file mode 100644
55 index 4a99492062f..00000000000
56 --- a/dev-python/pylast/pylast-1.7.0.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
65 -
66 -inherit distutils-r1
67 -
68 -DESCRIPTION="Python interface to last.fm and other api-compatible websites"
69 -HOMEPAGE="https://github.com/pylast/pylast"
70 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
71 -
72 -LICENSE="Apache-2.0"
73 -SLOT="0"
74 -KEYWORDS="~amd64 ~x86"
75 -IUSE=""
76 -
77 -# As the testing requires a last.fm account and online access it is restricted
78 -RESTRICT="test"