mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-construct: update to 2.10.68
This commit is contained in:
parent
399608318e
commit
5787f2cf09
1 changed files with 5 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-construct'
|
# Template file for 'python3-construct'
|
||||||
pkgname=python3-construct
|
pkgname=python3-construct
|
||||||
version=2.10.54
|
version=2.10.68
|
||||||
revision=3
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -9,12 +9,9 @@ short_desc="Powerful declarative symmetric parser/builder for binary data (Pytho
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://construct.readthedocs.org/"
|
homepage="https://construct.readthedocs.org/"
|
||||||
distfiles="${PYPI_SITE}/c/construct/construct-${version}.tar.gz"
|
distfiles="https://github.com/construct/construct/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=3c130a67f05610557dd1b27e062a7165f92b517f9ed50db880ebe068696fd712
|
checksum=196a4c7e73db0c86c7a8c6c6fc289b28be09a5b16f1d56aaeb0789badf540f25
|
||||||
|
make_check=no # check dependency 'cloudpickle' not packaged
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue