mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/bitarray: Bump to 3.7.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST bitarray-3.7.1.tar.gz 150474 BLAKE2B a9ec3964b7741b8020775c6da9232e71d53bf9bdfa95da522bde6c1b2104bd5fa596ed8e145d1f3b8bea75b2aceb231ccbc19e9b4d5055c5c07f087810a9fd77 SHA512 f13109670923f567cedbf56ce6c6259b8b970727fdee786df76f839ec613fba88c13e2b9d8352635f4351ede4b66c57edcc610ef710cf8cfbbd43e03614e25cd
|
||||
DIST bitarray-3.7.2.tar.gz 150586 BLAKE2B 9fc9656dd2034c0649bc0dbd85aa3f007872bb1bf821b01c6d3356589f36b9f6d5fa5aa0a39040d2f703ed3e0966c4e77a615a9f2e04b6b10522084015fa8336 SHA512 066f3e5c816fa29d641544c34634052c28a8aa37fe88a76faf583ccd69fed33b34b99b9de67abb4b4e1fa4883fbf91dfac7a87ff464b5b4da3261e8d22ad22a5
|
||||
|
||||
24
dev-python/bitarray/bitarray-3.7.2.ebuild
Normal file
24
dev-python/bitarray/bitarray-3.7.2.ebuild
Normal 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}"
|
||||
}
|
||||
Reference in New Issue
Block a user