Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/thrift/
Date: Sat, 19 Jun 2021 19:06:55
Message-Id: 1624129604.72e4790572c52c37f876509da179b24b4ae83734.grobian@gentoo
1 commit: 72e4790572c52c37f876509da179b24b4ae83734
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 19:06:44 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 19:06:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e47905
7
8 dev-python/thrift: cleanup old
9
10 Bug: https://bugs.gentoo.org/770145
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 dev-python/thrift/Manifest | 1 -
15 dev-python/thrift/thrift-0.13.0.ebuild | 25 -------------------------
16 2 files changed, 26 deletions(-)
17
18 diff --git a/dev-python/thrift/Manifest b/dev-python/thrift/Manifest
19 index 744b93011d8..c53960a2cd5 100644
20 --- a/dev-python/thrift/Manifest
21 +++ b/dev-python/thrift/Manifest
22 @@ -1,2 +1 @@
23 -DIST thrift-0.13.0.tar.gz 59911 BLAKE2B b45363c2e8bbc5c7fae25533c7df9be49e6ea88b5ce077e9a580c28decf06de608d50100ba77cdb1ce8c7e56b87608d193b8579a4f89cc4fb74d672da0ba7e93 SHA512 063440db324efdae1fc4466133deaedeb1edd2f953f6924191ad819476f7b62a434d52960837e94516a673063ceab8b446b4f7dc8c94bb2d1fb84e95d2fa3d78
24 DIST thrift-0.14.1.tar.gz 4311458 BLAKE2B 00c0b77c3d722b0db833f03848df0b74ee64712ed1ff06e0b63b926eb493f43ffd9c316422b6044f74685471cdbd2ccea7c6305fd8dbbc10614f2151a3e16237 SHA512 e09e53b2ea3cad01ef81ab4b5a87bfed443cfda849a13c4f00ba0ed1cd1a1f9742faf95adb07f279506cc5f866c13fdce57149de1bc9e71ab5c40238037e8b22
25
26 diff --git a/dev-python/thrift/thrift-0.13.0.ebuild b/dev-python/thrift/thrift-0.13.0.ebuild
27 deleted file mode 100644
28 index e7abbb1dfe9..00000000000
29 --- a/dev-python/thrift/thrift-0.13.0.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_{7,8,9} )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Python implementation of Thrift"
42 -HOMEPAGE="https://pypi.org/project/thrift/ https://thrift.apache.org/"
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 ~amd64-linux ~x86-linux"
48 -
49 -DEPEND="${RDEPEND}
50 - dev-python/setuptools[${PYTHON_USEDEP}]
51 -"
52 -
53 -python_install() {
54 - distutils-r1_python_install
55 - python_optimize
56 -}