summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-1.9.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-12 18:11:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-12 18:17:17 +0200
commit6f629d761375701890d74292037ccb794492ce23 (patch)
tree1c99111e1087db3ff02f2b344090a5168cef6158 /dev-python/bitarray/bitarray-1.9.1.ebuild
parent81fccfd0351ba8c04c7fbd26baa98fdbef87b414 (diff)
downloadgentoo-6f629d761375701890d74292037ccb794492ce23.tar.gz
gentoo-6f629d761375701890d74292037ccb794492ce23.tar.bz2
gentoo-6f629d761375701890d74292037ccb794492ce23.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-1.9.1.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-1.9.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/bitarray/bitarray-1.9.1.ebuild b/dev-python/bitarray/bitarray-1.9.1.ebuild
deleted file mode 100644
index f28d7d9d5c18..000000000000
--- a/dev-python/bitarray/bitarray-1.9.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-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() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}