summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-2.6.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-03 16:08:52 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-03 16:08:52 +0100
commit77158fc95f73a7dc596c414122a407e2199e513d (patch)
treea82a1b987e1949d17cb746313c69deafa23eb69f /dev-python/bitarray/bitarray-2.6.1.ebuild
parentb7046af1eff11a61ff77a3c790080684b9d4d208 (diff)
downloadgentoo-77158fc95f73a7dc596c414122a407e2199e513d.tar.gz
gentoo-77158fc95f73a7dc596c414122a407e2199e513d.tar.bz2
gentoo-77158fc95f73a7dc596c414122a407e2199e513d.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.6.1.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-2.6.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-2.6.1.ebuild b/dev-python/bitarray/bitarray-2.6.1.ebuild
deleted file mode 100644
index 3f58f0209420..000000000000
--- a/dev-python/bitarray/bitarray-2.6.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_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-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/${PN::1}/${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}"
-}