summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-3.5.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-09 04:38:33 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-09 04:42:44 +0200
commit94ec6f2a9590bd15766093affb6fa96cc3a44c3d (patch)
tree4aa69e1c5a4b780975b9e3f59f9dcda2a12a936d /dev-python/bitarray/bitarray-3.5.2.ebuild
parent77bc6dda1cde2832353c336c039b30ef0e37c670 (diff)
downloadgentoo-94ec6f2a9590bd15766093affb6fa96cc3a44c3d.tar.gz
gentoo-94ec6f2a9590bd15766093affb6fa96cc3a44c3d.tar.bz2
gentoo-94ec6f2a9590bd15766093affb6fa96cc3a44c3d.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-3.5.2.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-3.5.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-3.5.2.ebuild b/dev-python/bitarray/bitarray-3.5.2.ebuild
deleted file mode 100644
index e988a6477fa3..000000000000
--- a/dev-python/bitarray/bitarray-3.5.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2025 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_{11..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Efficient arrays of booleans -- C extension"
-HOMEPAGE="
- https://github.com/ilanschnell/bitarray/
- https://pypi.org/project/bitarray/
-"
-
-LICENSE="PSF-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}