python3-pyzstd: update to 0.16.0.

This commit is contained in:
Joel Beckmeyer 2024-05-30 15:33:48 -04:00 committed by cinerea0
parent d239b70910
commit 799cf9ed4b

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pyzstd' # Template file for 'python3-pyzstd'
pkgname=python3-pyzstd pkgname=python3-pyzstd
version=0.15.7 version=0.16.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
make_build_args="--dynamic-link-zstd" make_build_args="--dynamic-link-zstd"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -14,7 +14,7 @@ license="BSD-3-Clause"
homepage="https://github.com/animalize/pyzstd" homepage="https://github.com/animalize/pyzstd"
changelog="https://raw.githubusercontent.com/animalize/pyzstd/dev/README.rst" changelog="https://raw.githubusercontent.com/animalize/pyzstd/dev/README.rst"
distfiles="${PYPI_SITE}/p/pyzstd/pyzstd-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyzstd/pyzstd-${version}.tar.gz"
checksum=55e503f28f5a9d225ce9d0639e3f5b1801bacace5aea926ec2998e73c5150fe7 checksum=fd43a0ae38ae15223fb1057729001829c3336e90f4acf04cf12ebdec33346658
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE