Skip to content

Commit 86dac9e

Browse files
committed
python3-pikepdf: update to 10.5.0
1 parent bb06890 commit 86dac9e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

srcpkgs/python3-pikepdf/template

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'python3-pikepdf'
22
pkgname=python3-pikepdf
3-
version=10.1.0
3+
version=10.5.0
44
revision=1
55
build_style=python3-pep517
66
hostmakedepends="python3-pybind11 python3-wheel"
@@ -16,4 +16,12 @@ license="MPL-2.0"
1616
homepage="https://github.com/pikepdf/pikepdf"
1717
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
1818
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
19-
checksum=d75778283c354580a462d31bd4334f6ba92225e41ccd8bb949ec6e98a23d4eb2
19+
checksum=62c66fb15174bf7c13029ae67b64e04f7c5c2f9af1bd9c9aecf08f808a02acab
20+
21+
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
22+
case "$XBPS_TARGET_MACHINE" in
23+
x86_64*|i686)
24+
make_check_args="-k not((test_save_to_dev_null)or(test_repr_stream))"
25+
;;
26+
esac
27+
fi

0 commit comments

Comments
 (0)