23 lines
629 B
Bash
23 lines
629 B
Bash
# Template file for 'python3-bitstring'
|
|
pkgname=python3-bitstring
|
|
version=4.1.4
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
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=94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213
|
|
|
|
do_check() {
|
|
python -m unittest
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|