File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
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.7.1
44revision=1
55build_style=python3-pep517
6- hostmakedepends="python3-pybind11 python3-wheel"
6+ hostmakedepends="python3-pybind11 python3-wheel python3-scikit-build-core
7+ ninja python3-nanobind"
78makedepends="libqpdf-devel python3-pybind11"
89depends="jbig2dec python3-deprecated python3-lxml python3-packaging
910 python3-Pillow python3-setuptools"
@@ -16,4 +17,12 @@ license="MPL-2.0"
1617homepage="https://github.com/pikepdf/pikepdf"
1718changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
1819distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
19- checksum=d75778283c354580a462d31bd4334f6ba92225e41ccd8bb949ec6e98a23d4eb2
20+ checksum=0fcaf7dd06a1b11940dabb2648cdaf8413216f2d2e883b3ebd8f6a8ea0893479
21+
22+ if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
23+ case "$XBPS_TARGET_MACHINE" in
24+ x86_64*|i686)
25+ make_check_args="-k not((test_save_to_dev_null)or(test_repr_stream))"
26+ ;;
27+ esac
28+ fi
You can’t perform that action at this time.
0 commit comments