22 lines
588 B
Bash
22 lines
588 B
Bash
# Template file for 'python3-bitstring'
|
|
pkgname=python3-bitstring
|
|
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://github.com/scott-griffiths/bitstring"
|
|
distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
|
|
checksum=a391db8828ac4485dd5ce72c80b27ebac3e7b989631359959e310cd9729723b2
|
|
|
|
do_check() {
|
|
python -m unittest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|