dev-python/bitarray: Bump to 3.7.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-08-25 07:09:11 +02:00
parent 8be74d4536
commit b5cef1319e
2 changed files with 25 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST bitarray-3.5.2.tar.gz 148393 BLAKE2B 8c1b8aff8c30a0178916eee0b74aa8bc3e7b7300d466d8eba2c7295516d97e4860c5ac093009edd716e18b9c5460634b99b37277ef5bf37ed9adfc23799deac7 SHA512 2f730217146e69ff6d8eca3f46c57e43305518a6f263f10acd7302591990f565780747c88f62d0d2b11648f8d35977ec011697088778b02416edf532e7f2770b
DIST bitarray-3.6.1.tar.gz 148620 BLAKE2B 16c884f32ac5c1e5a1a258312d50ca3031b2500b23ca0ee34de6b125069c357584b91a997b30cb3ccc63f9dba3608d93b9126db45ae24a10a95ac2fe9caecec0 SHA512 6de261d27ca103195ed76c94a4dccff4cccb84af9d00661131e617ad8e9ba730d012d8ca807a3d02c650eb17e53988c5f54321f4d2efdddc308272e598746bf6
DIST bitarray-3.7.0.tar.gz 151501 BLAKE2B 114bc9c2654eb4d10cded665da96c4a00de8192e2e291b1a6b0531719c3a6e26eafbdcd4fb6a125061a4e2533c01bf490a11223089d02ebd0bdd8c4d062e7ea3 SHA512 b0c266499ba6be4a28587bee5d91e51c3a53d991cdc780acd45ee73cb40069b308af9ec3d021b63b68644ffcf6635b7fc62d12846a3c452194c96f9a604f119f

View File

@@ -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}"
}