diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-02 19:47:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-02 19:47:43 +0200 |
commit | 2882b053dc0f9d32571ba16c412d1216315362ec (patch) | |
tree | 22b40785065a8fca357edcb40563f1475c8ddb26 /dev-python/absl-py | |
parent | dev-python/alembic: Remove old (diff) | |
download | gentoo-2882b053dc0f9d32571ba16c412d1216315362ec.tar.gz gentoo-2882b053dc0f9d32571ba16c412d1216315362ec.tar.bz2 gentoo-2882b053dc0f9d32571ba16c412d1216315362ec.zip |
dev-python/absl-py: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/absl-py')
-rw-r--r-- | dev-python/absl-py/Manifest | 1 | ||||
-rw-r--r-- | dev-python/absl-py/absl-py-1.0.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/absl-py/Manifest b/dev-python/absl-py/Manifest index 32415200b530..734474d157b5 100644 --- a/dev-python/absl-py/Manifest +++ b/dev-python/absl-py/Manifest @@ -1,2 +1 @@ DIST abseil-py-1.1.0.gh.tar.gz 219274 BLAKE2B 96848e3a738c295b3396b2eb45a6a2428f02ca7d325f24629d7ef8b87bdb19c8c2a33c95dcd716e286034f24d669bea27dc5470b92fcb3df437266e98a08ae6c SHA512 75e017399d28e38a5229b95b6372ad05b9d6067c3fef1cf7a64b5123399377025654dafaf6a1debc5664440efa8d26b76610629ad440e472faefd4f99b3bc685 -DIST absl-py-1.0.0.tar.gz 223739 BLAKE2B 958b95ac5d26aa9e3c2efc046b20eb6a143e81de3cde6f9e2478ec3abf4c0a2619db50271d4f0a57034b81dc1e6e09d58d18a4254d4551fa8a644d1558eba94f SHA512 41222ccd8e2eb65a266c88a047acae4c53cb00eb4f5678a11ebcf2b73e071bc4355f208b13697a0b9b71c4c96aa7d13eec9c5a90177f01c3cbabd0688a162aeb diff --git a/dev-python/absl-py/absl-py-1.0.0.ebuild b/dev-python/absl-py/absl-py-1.0.0.ebuild deleted file mode 100644 index 232f26d965d7..000000000000 --- a/dev-python/absl-py/absl-py-1.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="Abseil Python Common Libraries" -HOMEPAGE="https://github.com/abseil/abseil-py" -SRC_URI="https://github.com/abseil/abseil-py/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/abseil-py-${PV}" |