Skip to content

Commit e46f4a7

Browse files
committed
python3-pikepdf: update to 10.7.1
1 parent bb06890 commit e46f4a7

2 files changed

Lines changed: 12 additions & 22 deletions

File tree

srcpkgs/python3-pikepdf/patches/remove_pytest-xdist_dependency.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

srcpkgs/python3-pikepdf/template

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Template file for 'python3-pikepdf'
22
pkgname=python3-pikepdf
3-
version=10.1.0
3+
version=10.7.1
44
revision=1
55
build_style=python3-pep517
6-
hostmakedepends="python3-pybind11 python3-wheel"
6+
hostmakedepends="python3-pybind11 python3-wheel python3-scikit-build-core
7+
ninja python3-nanobind"
78
makedepends="libqpdf-devel python3-pybind11"
89
depends="jbig2dec python3-deprecated python3-lxml python3-packaging
910
python3-Pillow python3-setuptools"
@@ -16,4 +17,12 @@ license="MPL-2.0"
1617
homepage="https://github.com/pikepdf/pikepdf"
1718
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
1819
distfiles="${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

0 commit comments

Comments
 (0)