summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-3.7.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-09 04:38:50 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-09 04:42:45 +0200
commit0c87006bdc6de1479bcf42925bfa894f723227a2 (patch)
treef70aabdb37927d9c9ad3480df7de2d83aaab14c5 /dev-python/bitarray/bitarray-3.7.2.ebuild
parent94ec6f2a9590bd15766093affb6fa96cc3a44c3d (diff)
downloadgentoo-0c87006bdc6de1479bcf42925bfa894f723227a2.tar.gz
gentoo-0c87006bdc6de1479bcf42925bfa894f723227a2.tar.bz2
gentoo-0c87006bdc6de1479bcf42925bfa894f723227a2.zip
dev-python/bitarray: Bump to 3.7.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-3.7.2.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-3.7.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/bitarray/bitarray-3.7.2.ebuild b/dev-python/bitarray/bitarray-3.7.2.ebuild
new file mode 100644
index 000000000000..a510687dc8fd
--- /dev/null
+++ b/dev-python/bitarray/bitarray-3.7.2.ebuild
@@ -0,0 +1,24 @@
+# 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}"
+}