File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'python3-pikepdf'
22pkgname=python3-pikepdf
3- version=10.1 .0
3+ version=10.5 .0
44revision=1
55build_style=python3-pep517
66hostmakedepends="python3-pybind11 python3-wheel"
@@ -16,4 +16,12 @@ license="MPL-2.0"
1616homepage="https://github.com/pikepdf/pikepdf"
1717changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
1818distfiles="${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
You can’t perform that action at this time.
0 commit comments