mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-bitstring: update to 4.1.4.
Now depends on bitarray >= 2.8.0
This commit is contained in:
parent
b3005d1287
commit
2e871cf980
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python3-bitstring'
|
# Template file for 'python3-bitstring'
|
||||||
pkgname=python3-bitstring
|
pkgname=python3-bitstring
|
||||||
version=4.0.2
|
version=4.1.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3"
|
depends="python3-bitarray"
|
||||||
|
checkdepends="python3-bitarray"
|
||||||
short_desc="Python module for creation and analysis of binary data"
|
short_desc="Python module for creation and analysis of binary data"
|
||||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/scott-griffiths/bitstring"
|
homepage="https://github.com/scott-griffiths/bitstring"
|
||||||
distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
|
||||||
checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
|
checksum=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
python -m unittest
|
python -m unittest
|
||||||
|
|
Loading…
Add table
Reference in a new issue