summaryrefslogtreecommitdiff
path: root/dev-python/bitarray/bitarray-3.5.2.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-07-22 07:47:10 +0200
committerMichał Górny <mgorny@gentoo.org>2025-07-22 08:00:59 +0200
commitf774540cb1ff76ae7e7c4c3275b9bba31621f383 (patch)
tree49f28e5c75a5fe7c69b6890adb23e9a0de985d72 /dev-python/bitarray/bitarray-3.5.2.ebuild
parent0bd6b8849c0dfac255408c07ae967c478486e163 (diff)
downloadgentoo-f774540cb1ff76ae7e7c4c3275b9bba31621f383.tar.gz
gentoo-f774540cb1ff76ae7e7c4c3275b9bba31621f383.tar.bz2
gentoo-f774540cb1ff76ae7e7c4c3275b9bba31621f383.zip
dev-python/bitarray: Bump to 3.5.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bitarray/bitarray-3.5.2.ebuild')
-rw-r--r--dev-python/bitarray/bitarray-3.5.2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/bitarray/bitarray-3.5.2.ebuild b/dev-python/bitarray/bitarray-3.5.2.ebuild
new file mode 100644
index 000000000000..a510687dc8fd
--- /dev/null
+++ b/dev-python/bitarray/bitarray-3.5.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}"
+}