summaryrefslogtreecommitdiff
path: root/dev-python/absl-py/absl-py-1.0.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-02 19:47:43 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-02 19:47:43 +0200
commit2882b053dc0f9d32571ba16c412d1216315362ec (patch)
tree22b40785065a8fca357edcb40563f1475c8ddb26 /dev-python/absl-py/absl-py-1.0.0.ebuild
parent0ba990d6215a564464c2ccb2f656184906518d00 (diff)
downloadgentoo-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/absl-py-1.0.0.ebuild')
-rw-r--r--dev-python/absl-py/absl-py-1.0.0.ebuild22
1 files changed, 0 insertions, 22 deletions
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}"