From ae46e563b9ea906d92f9dc73ce87ab529e135cba Mon Sep 17 00:00:00 2001 From: Evgeny Ermakov Date: Sat, 30 Mar 2024 12:10:42 +1100 Subject: [PATCH] python3-zstandard: update to 0.22.0. Also: use bundled libzstd instead of the system one: python3-zstandard requires the specific version of libzstd, 1.5.5. --- srcpkgs/python3-zstandard/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-zstandard/template b/srcpkgs/python3-zstandard/template index d59cbb09b965fc..ff4a8754920d1f 100644 --- a/srcpkgs/python3-zstandard/template +++ b/srcpkgs/python3-zstandard/template @@ -1,11 +1,10 @@ # Template file for 'python3-zstandard' pkgname=python3-zstandard -version=0.21.0 -revision=3 +version=0.22.0 +revision=1 build_style=python3-module -make_build_args="--system-zstd" hostmakedepends="python3-setuptools" -makedepends="python3-devel libzstd-devel" +makedepends="python3-devel" depends="python3" checkdepends="python3-hypothesis" short_desc="Python bindings to the Zstandard (zstd) compression library" @@ -14,7 +13,7 @@ license="BSD-3-Clause" homepage="https://github.com/indygreg/python-zstandard" changelog="https://raw.githubusercontent.com/indygreg/python-zstandard/main/docs/news.rst" distfiles="https://github.com/indygreg/python-zstandard/archive/${version}.tar.gz" -checksum=15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5 +checksum=34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7 pre_check() { # The skipped test ignored due to failure, see: