python3-zstandard: use system libzstd
This commit is contained in:
parent
06d88d6a5b
commit
e0f968b4d0
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'python3-zstandard'
|
# Template file for 'python3-zstandard'
|
||||||
pkgname=python3-zstandard
|
pkgname=python3-zstandard
|
||||||
version=0.18.0
|
version=0.18.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="python-zstandard-${version}"
|
wrksrc="python-zstandard-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_build_args="--system-zstd"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel libzstd-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-hypothesis"
|
checkdepends="python3-hypothesis"
|
||||||
short_desc="Python bindings to the Zstandard (zstd) compression library"
|
short_desc="Python bindings to the Zstandard (zstd) compression library"
|
||||||
|
|
Loading…
Reference in New Issue