summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-0.8.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 14:43:41 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 14:43:41 +0100
commit1088db49ccec3174446e01ed9a3c538dbdad4124 (patch)
treecf79813327d5078dd4279a7cf794f7c832336955 /dev-python/bitarray/bitarray-0.8.1.ebuild
parentd335f451065fd25abbe517e4c98a3534edd6ed22 (diff)
downloadgentoo-1088db49ccec3174446e01ed9a3c538dbdad4124.tar.gz
gentoo-1088db49ccec3174446e01ed9a3c538dbdad4124.tar.bz2
gentoo-1088db49ccec3174446e01ed9a3c538dbdad4124.zip
dev-python/bitarray: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-0.8.1.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-0.8.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/bitarray/bitarray-0.8.1.ebuild b/dev-python/bitarray/bitarray-0.8.1.ebuild
deleted file mode 100644
index 1c68816388b8..000000000000
--- a/dev-python/bitarray/bitarray-0.8.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_6})
-
-inherit distutils-r1
-
-DESCRIPTION="efficient arrays of booleans -- C extension"
-HOMEPAGE="https://github.com/ilanschnell/bitarray https://pypi.org/project/bitarray/"
-SRC_URI="mirror://pypi/b/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${PYTHON}" ${PN}/test_${PN}.py || die "Tests fail with ${EPYTHON}"
-}