diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-07-12 18:30:14 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-07-12 18:30:14 +0200 |
| commit | f3cd9e53ce666c624fece6fa708ff6d47c1c818f (patch) | |
| tree | 11acfffe76828cfe3c1fa41d429bd2f21184d064 /dev-python/bitarray/bitarray-3.4.2.ebuild | |
| parent | 80c283e6083df7b431d5dae43b465cc27faea8c7 (diff) | |
| download | gentoo-f3cd9e53ce666c624fece6fa708ff6d47c1c818f.tar.gz gentoo-f3cd9e53ce666c624fece6fa708ff6d47c1c818f.tar.bz2 gentoo-f3cd9e53ce666c624fece6fa708ff6d47c1c818f.zip | |
dev-python/bitarray: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-3.4.2.ebuild')
| -rw-r--r-- | dev-python/bitarray/bitarray-3.4.2.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/bitarray/bitarray-3.4.2.ebuild b/dev-python/bitarray/bitarray-3.4.2.ebuild deleted file mode 100644 index e988a6477fa3..000000000000 --- a/dev-python/bitarray/bitarray-3.4.2.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_{11..14} ) - -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}" -} |
