summaryrefslogtreecommitdiff
path: root/dev-python/absl-py/absl-py-0.7.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-22 09:06:48 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-22 09:06:48 +0200
commit3256aca6751ed16ebc5fe6221280e9d92732d8c9 (patch)
treee4e0f87453aa934007ce7be2c94dc4544482ced1 /dev-python/absl-py/absl-py-0.7.1.ebuild
parent7dc25e7317f8f75a5dff95613d72a2b15f474a05 (diff)
downloadgentoo-3256aca6751ed16ebc5fe6221280e9d92732d8c9.tar.gz
gentoo-3256aca6751ed16ebc5fe6221280e9d92732d8c9.tar.bz2
gentoo-3256aca6751ed16ebc5fe6221280e9d92732d8c9.zip
dev-python/absl-py: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/absl-py/absl-py-0.7.1.ebuild')
-rw-r--r--dev-python/absl-py/absl-py-0.7.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/absl-py/absl-py-0.7.1.ebuild b/dev-python/absl-py/absl-py-0.7.1.ebuild
deleted file mode 100644
index e6d6a58c0918..000000000000
--- a/dev-python/absl-py/absl-py-0.7.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Abseil Python Common Libraries"
-HOMEPAGE="https://github.com/abseil/abseil-py"
-SRC_URI="https://github.com/abseil/abseil-py/archive/pypi-v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/abseil-py-pypi-v${PV}"