python3-zstandard: use system libzstd

This commit is contained in:
Evgeny Ermakov 2022-07-22 14:23:36 +11:00 committed by classabbyamp
parent 06d88d6a5b
commit e0f968b4d0
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# Template file for 'python3-zstandard'
pkgname=python3-zstandard
version=0.18.0
revision=1
revision=2
wrksrc="python-zstandard-${version}"
build_style=python3-module
make_build_args="--system-zstd"
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
makedepends="python3-devel libzstd-devel"
depends="python3"
checkdepends="python3-hypothesis"
short_desc="Python bindings to the Zstandard (zstd) compression library"