Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/absl-py/
Date: Sat, 02 Jul 2022 17:48:31
Message-Id: 1656784063.2882b053dc0f9d32571ba16c412d1216315362ec.mgorny@gentoo
1 commit: 2882b053dc0f9d32571ba16c412d1216315362ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 17:47:43 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 17:47:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2882b053
7
8 dev-python/absl-py: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/absl-py/Manifest | 1 -
13 dev-python/absl-py/absl-py-1.0.0.ebuild | 22 ----------------------
14 2 files changed, 23 deletions(-)
15
16 diff --git a/dev-python/absl-py/Manifest b/dev-python/absl-py/Manifest
17 index 32415200b530..734474d157b5 100644
18 --- a/dev-python/absl-py/Manifest
19 +++ b/dev-python/absl-py/Manifest
20 @@ -1,2 +1 @@
21 DIST abseil-py-1.1.0.gh.tar.gz 219274 BLAKE2B 96848e3a738c295b3396b2eb45a6a2428f02ca7d325f24629d7ef8b87bdb19c8c2a33c95dcd716e286034f24d669bea27dc5470b92fcb3df437266e98a08ae6c SHA512 75e017399d28e38a5229b95b6372ad05b9d6067c3fef1cf7a64b5123399377025654dafaf6a1debc5664440efa8d26b76610629ad440e472faefd4f99b3bc685
22 -DIST absl-py-1.0.0.tar.gz 223739 BLAKE2B 958b95ac5d26aa9e3c2efc046b20eb6a143e81de3cde6f9e2478ec3abf4c0a2619db50271d4f0a57034b81dc1e6e09d58d18a4254d4551fa8a644d1558eba94f SHA512 41222ccd8e2eb65a266c88a047acae4c53cb00eb4f5678a11ebcf2b73e071bc4355f208b13697a0b9b71c4c96aa7d13eec9c5a90177f01c3cbabd0688a162aeb
23
24 diff --git a/dev-python/absl-py/absl-py-1.0.0.ebuild b/dev-python/absl-py/absl-py-1.0.0.ebuild
25 deleted file mode 100644
26 index 232f26d965d7..000000000000
27 --- a/dev-python/absl-py/absl-py-1.0.0.ebuild
28 +++ /dev/null
29 @@ -1,22 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -PYTHON_COMPAT=( python3_{8,9,10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Abseil Python Common Libraries"
39 -HOMEPAGE="https://github.com/abseil/abseil-py"
40 -SRC_URI="https://github.com/abseil/abseil-py/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~arm64 x86"
45 -IUSE=""
46 -
47 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]
48 - dev-python/setuptools[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}"
50 -
51 -S="${WORKDIR}/abseil-py-${PV}"