summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-27 09:44:17 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-27 09:57:58 +0100
commita402347c93a553f64ed8a95eb2c6d0132713ac1c (patch)
tree0141647997cc1195dc5fa6ee67f42308222d9cb1 /dev-python/extras/extras-0.0.3.ebuild
parentdev-python/expects: Remove redundant versions (diff)
downloadgentoo-a402347c93a553f64ed8a95eb2c6d0132713ac1c.tar.gz
gentoo-a402347c93a553f64ed8a95eb2c6d0132713ac1c.tar.bz2
gentoo-a402347c93a553f64ed8a95eb2c6d0132713ac1c.zip
dev-python/extras: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/extras/extras-0.0.3.ebuild')
-rw-r--r--dev-python/extras/extras-0.0.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/extras/extras-0.0.3.ebuild b/dev-python/extras/extras-0.0.3.ebuild
deleted file mode 100644
index 4531f414e8b7..000000000000
--- a/dev-python/extras/extras-0.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Useful extra bits for Python that should be in the standard library"
-HOMEPAGE="https://github.com/testing-cabal/extras/ https://pypi.org/project/extras/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( dev-python/testtools[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_test() {
- "${PYTHON}" ${PN}/tests/test_extras.py || die
-}