summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-2.9.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-19 05:28:41 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-19 05:28:41 +0100
commit5f99eb5c4727b31987275ba578b1a8d2b9eca70e (patch)
tree6390c57981d5c72fcb559cb2125419d1600fd416 /dev-python/bitarray/bitarray-2.9.1.ebuild
parent6ce93662d9c182fe12e5229d415a1c840d96d5a7 (diff)
downloadgentoo-5f99eb5c4727b31987275ba578b1a8d2b9eca70e.tar.gz
gentoo-5f99eb5c4727b31987275ba578b1a8d2b9eca70e.tar.bz2
gentoo-5f99eb5c4727b31987275ba578b1a8d2b9eca70e.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.9.1.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-2.9.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-2.9.1.ebuild b/dev-python/bitarray/bitarray-2.9.1.ebuild
deleted file mode 100644
index 952aef38021e..000000000000
--- a/dev-python/bitarray/bitarray-2.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="
- https://github.com/ilanschnell/bitarray/
- https://pypi.org/project/bitarray/
-"
-
-SLOT="0"
-LICENSE="PSF-2"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}