diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-07-06 14:05:16 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-07-06 14:08:07 +0200 |
| commit | 01a3af0b8b9f7ec48da9c23e16d68b9d9440e156 (patch) | |
| tree | b83f0af852fc4587d4165c349a4ef344645b1151 /dev-python/bitarray/bitarray-2.7.5.ebuild | |
| parent | 0ae9c6e1679ef8976230fee2c320ea857422ce95 (diff) | |
| download | gentoo-01a3af0b8b9f7ec48da9c23e16d68b9d9440e156.tar.gz gentoo-01a3af0b8b9f7ec48da9c23e16d68b9d9440e156.tar.bz2 gentoo-01a3af0b8b9f7ec48da9c23e16d68b9d9440e156.zip | |
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.7.5.ebuild')
| -rw-r--r-- | dev-python/bitarray/bitarray-2.7.5.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-2.7.5.ebuild b/dev-python/bitarray/bitarray-2.7.5.ebuild deleted file mode 100644 index 1a904d98ff80..000000000000 --- a/dev-python/bitarray/bitarray-2.7.5.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}" -} |
