From c202e6f6b2a2885d5b849e118f784837f81f36dd Mon Sep 17 00:00:00 2001 From: Arjan Mossel Date: Fri, 29 Jan 2021 17:21:17 +0100 Subject: [PATCH] New package: python3-bitstring-3.1.7 --- srcpkgs/python3-bitstring/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-bitstring/template diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template new file mode 100644 index 0000000000..3696935078 --- /dev/null +++ b/srcpkgs/python3-bitstring/template @@ -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 " +license="MIT" +homepage="https://scott-griffiths.github.io/bitstring/" +distfiles="${PYPI_SITE}/b/bitstring/bitstring-${version}.tar.gz" +checksum=fdf3eb72b229d2864fb507f8f42b1b2c57af7ce5fec035972f9566de440a864a + +post_install() { + vlicense LICENSE +}