summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-2.0.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-19 08:03:43 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-19 09:11:25 +0200
commit235456e4b0a0505946bfe0012bb2a9e0ff1bb1ab (patch)
tree8011c4f0a70408cf58139dce3a944da966025e20 /dev-python/bitarray/bitarray-2.0.0.ebuild
parent60bd05487ca182cd61fd80181a72837f21f25cfb (diff)
downloadgentoo-235456e4b0a0505946bfe0012bb2a9e0ff1bb1ab.tar.gz
gentoo-235456e4b0a0505946bfe0012bb2a9e0ff1bb1ab.tar.bz2
gentoo-235456e4b0a0505946bfe0012bb2a9e0ff1bb1ab.zip
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.0.0.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-2.0.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/bitarray/bitarray-2.0.0.ebuild b/dev-python/bitarray/bitarray-2.0.0.ebuild
deleted file mode 100644
index c91313e20b97..000000000000
--- a/dev-python/bitarray/bitarray-2.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-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/b/${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}"
-}