summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-2.8.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-24 14:43:36 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-24 14:43:36 +0200
commitfc20e173ab4ec2ec31e1d9472fd0eaeae3cf7a72 (patch)
treeb2ebc285510e099056121e25b4277d6f29c700e6 /dev-python/bitarray/bitarray-2.8.0.ebuild
parent686b1ea9a00b3c823e6df296e101ce4158620155 (diff)
downloadgentoo-fc20e173ab4ec2ec31e1d9472fd0eaeae3cf7a72.tar.gz
gentoo-fc20e173ab4ec2ec31e1d9472fd0eaeae3cf7a72.tar.bz2
gentoo-fc20e173ab4ec2ec31e1d9472fd0eaeae3cf7a72.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.8.0.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-2.8.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-2.8.0.ebuild b/dev-python/bitarray/bitarray-2.8.0.ebuild
deleted file mode 100644
index 1a904d98ff80..000000000000
--- a/dev-python/bitarray/bitarray-2.8.0.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 ~x86 ~amd64-linux ~x86-linux"
-
-python_test() {
- "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with ${EPYTHON}"
-}