void-packages/srcpkgs/python3-construct/template

19 lines
629 B
Bash

# Template file for 'python3-construct'
pkgname=python3-construct
version=2.10.68
revision=2
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Powerful declarative symmetric parser/builder for binary data (Python3)"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://construct.readthedocs.org/"
distfiles="https://github.com/construct/construct/archive/refs/tags/v${version}.tar.gz"
checksum=196a4c7e73db0c86c7a8c6c6fc289b28be09a5b16f1d56aaeb0789badf540f25
make_check=no # check dependency 'cloudpickle' not packaged
post_install() {
vlicense LICENSE
}