summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 15:43:28 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 15:50:40 +0100
commitf7c35ce40b739073416729ee03a3f0d4622986f5 (patch)
treed6eadfde1f62027594ac0a9dc20d0973d8951e17 /dev-python/configparser/configparser-3.3.0.2.ebuild
parentdev-python/configparser: Stabilize 3.5.0-r1 on arm (diff)
downloadgentoo-f7c35ce40b739073416729ee03a3f0d4622986f5.tar.gz
gentoo-f7c35ce40b739073416729ee03a3f0d4622986f5.tar.bz2
gentoo-f7c35ce40b739073416729ee03a3f0d4622986f5.zip
dev-python/configparser: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/configparser/configparser-3.3.0.2.ebuild')
-rw-r--r--dev-python/configparser/configparser-3.3.0.2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/configparser/configparser-3.3.0.2.ebuild b/dev-python/configparser/configparser-3.3.0.2.ebuild
deleted file mode 100644
index 5073c1f61890..000000000000
--- a/dev-python/configparser/configparser-3.3.0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-MY_PV=${PV%.*}r${PV##*.}
-DESCRIPTION="Backport of Python-3 built-in configparser"
-HOMEPAGE="https://pypi.org/project/configparser/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-S=${WORKDIR}/${PN}-${MY_PV}