From 5787f2cf09d6ea37135d5802590b0209dcfc0987 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 23 Nov 2022 00:20:57 -0500 Subject: [PATCH] python3-construct: update to 2.10.68 --- srcpkgs/python3-construct/template | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template index ca64b757bcc..9237dbc09a8 100644 --- a/srcpkgs/python3-construct/template +++ b/srcpkgs/python3-construct/template @@ -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 " 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