diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-08-07 04:18:11 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-08-07 04:18:11 +0200 |
| commit | f41cd0f1016550d4e31a8513a6cfa41c7940a73b (patch) | |
| tree | e57ba82064c05b754792f5aa10c8624799cf6bd4 /dev-python/bitarray/bitarray-2.8.1.ebuild | |
| parent | 02910957a6c4559e1abc53aee75dd6045f227383 (diff) | |
| download | gentoo-f41cd0f1016550d4e31a8513a6cfa41c7940a73b.tar.gz gentoo-f41cd0f1016550d4e31a8513a6cfa41c7940a73b.tar.bz2 gentoo-f41cd0f1016550d4e31a8513a6cfa41c7940a73b.zip | |
dev-python/bitarray: Bump to 2.8.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-2.8.1.ebuild')
| -rw-r--r-- | dev-python/bitarray/bitarray-2.8.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/bitarray/bitarray-2.8.1.ebuild b/dev-python/bitarray/bitarray-2.8.1.ebuild new file mode 100644 index 000000000000..1a904d98ff80 --- /dev/null +++ b/dev-python/bitarray/bitarray-2.8.1.ebuild @@ -0,0 +1,24 @@ +# 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}" +} |
