mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pyzstd: update to 0.16.2.
This commit is contained in:
parent
571cc12dc0
commit
e01d5c25a1
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-pyzstd'
|
# Template file for 'python3-pyzstd'
|
||||||
pkgname=python3-pyzstd
|
pkgname=python3-pyzstd
|
||||||
version=0.16.0
|
version=0.16.2
|
||||||
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"
|
||||||
|
@ -11,10 +11,10 @@ checkdepends="python3-pytest"
|
||||||
short_desc="Python bindings to zstd, API is similar to bz2/lzma/zlib module"
|
short_desc="Python bindings to zstd, API is similar to bz2/lzma/zlib module"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/animalize/pyzstd"
|
homepage="https://github.com/Rogdham/pyzstd"
|
||||||
changelog="https://raw.githubusercontent.com/animalize/pyzstd/dev/README.rst"
|
changelog="https://raw.githubusercontent.com/Rogdham/pyzstd/refs/heads/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/p/pyzstd/pyzstd-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyzstd/pyzstd-${version}.tar.gz"
|
||||||
checksum=fd43a0ae38ae15223fb1057729001829c3336e90f4acf04cf12ebdec33346658
|
checksum=179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue