python3-construct: update to 2.10.68
This commit is contained in:
parent
399608318e
commit
5787f2cf09
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-construct'
|
||||
pkgname=python3-construct
|
||||
version=2.10.54
|
||||
revision=3
|
||||
version=2.10.68
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
|
@ -9,12 +9,9 @@ short_desc="Powerful declarative symmetric parser/builder for binary data (Pytho
|
|||
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() {
|
||||
:
|
||||
}
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue