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'
|
||||
pkgname=python3-bitstring
|
||||
version=4.0.2
|
||||
revision=2
|
||||
version=4.1.4
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
depends="python3-bitarray"
|
||||
checkdepends="python3-bitarray"
|
||||
short_desc="Python module for creation and analysis of binary data"
|
||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/scott-griffiths/bitstring"
|
||||
distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
|
||||
checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
|
||||
checksum=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213
|
||||
|
||||
do_check() {
|
||||
python -m unittest
|
||||
|
|
Loading…
Add table
Reference in a new issue