vp-build/srcpkgs/python3-construct/template

23 lines
594 B
Bash

# Template file for 'python3-construct'
pkgname=python3-construct
version=2.10.54
revision=2
wrksrc="construct-${version}"
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="${PYPI_SITE}/c/construct/construct-${version}.tar.gz"
checksum=3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712
do_check() {
:
}
post_install() {
vlicense LICENSE
}