summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-3.1.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-20 06:36:59 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-20 07:49:09 +0100
commit55c1dcb7b6d751cd30f82e2a2e9f06c1a53fe426 (patch)
tree2de9a709a638577ab3ecd4ac67c86ca4f52f692c /dev-python/bitarray/bitarray-3.1.0.ebuild
parent643cbce28ed0f7dc380f30c43895c3d07998ee02 (diff)
downloadgentoo-55c1dcb7b6d751cd30f82e2a2e9f06c1a53fe426.tar.gz
gentoo-55c1dcb7b6d751cd30f82e2a2e9f06c1a53fe426.tar.bz2
gentoo-55c1dcb7b6d751cd30f82e2a2e9f06c1a53fe426.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-3.1.0.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-3.1.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-3.1.0.ebuild b/dev-python/bitarray/bitarray-3.1.0.ebuild
deleted file mode 100644
index 1a58579b4295..000000000000
--- a/dev-python/bitarray/bitarray-3.1.0.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_{10..13} )
-
-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}"
-}