summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-2.4.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-10 08:33:12 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-10 08:33:12 +0200
commit8c32ae2c6c166e2763188866be6a3cbf7dd01cc2 (patch)
treef1eba419b365dad95a599b1499e7054e85a1e44e /dev-python/bitarray/bitarray-2.4.0.ebuild
parentd4b53310fd6992acd51135183af3943a21244dd6 (diff)
downloadgentoo-8c32ae2c6c166e2763188866be6a3cbf7dd01cc2.tar.gz
gentoo-8c32ae2c6c166e2763188866be6a3cbf7dd01cc2.tar.bz2
gentoo-8c32ae2c6c166e2763188866be6a3cbf7dd01cc2.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.4.0.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-2.4.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/bitarray/bitarray-2.4.0.ebuild b/dev-python/bitarray/bitarray-2.4.0.ebuild
deleted file mode 100644
index 75035a316dcc..000000000000
--- a/dev-python/bitarray/bitarray-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-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}"
-}