mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
python3-bitstring: update to 4.0.2.
This commit is contained in:
parent
85974597f7
commit
f27919102a
1 changed files with 10 additions and 6 deletions
|
@ -1,16 +1,20 @@
|
|||
# Template file for 'python3-bitstring'
|
||||
pkgname=python3-bitstring
|
||||
version=3.1.7
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=4.0.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3"
|
||||
short_desc="Python module for creation and analysis of binary data"
|
||||
maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://scott-griffiths.github.io/bitstring/"
|
||||
homepage="https://github.com/scott-griffiths/bitstring"
|
||||
distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
|
||||
checksum=fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a
|
||||
checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
|
||||
|
||||
do_check() {
|
||||
python -m unittest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue