New package: python3-bitstring-3.1.7
This commit is contained in:
parent
dd4e990355
commit
c202e6f6b2
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'python3-bitstring'
|
||||||
|
pkgname=python3-bitstring
|
||||||
|
version=3.1.7
|
||||||
|
revision=1
|
||||||
|
wrksrc="bitstring-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
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/"
|
||||||
|
distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz"
|
||||||
|
checksum=fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in New Issue