python3-pikepdf: update to 10.9.1
This commit is contained in:
committed by
Duncan Overbruck
parent
7dd516c2a0
commit
a74b1c3655
@@ -1,19 +0,0 @@
|
||||
--- a/pyproject.toml
|
||||
+++ b/pyproject.toml
|
||||
@@ -35,7 +35,7 @@
|
||||
'''
|
||||
|
||||
[tool.cibuildwheel]
|
||||
-test-command = "pytest -nauto {project}/tests"
|
||||
+test-command = "pytest {project}/tests"
|
||||
test-extras = "test"
|
||||
skip = "cp310-*"
|
||||
test-skip = "*_arm64 *_universal2:arm64"
|
||||
@@ -82,7 +82,6 @@
|
||||
minversion = "6.0"
|
||||
norecursedirs = ["lib", ".pc", ".git", "venv"]
|
||||
testpaths = ["tests"]
|
||||
-addopts = "-n auto"
|
||||
|
||||
[tool.coverage.run]
|
||||
concurrency = ["multiprocessing"]
|
||||
@@ -1,9 +1,10 @@
|
||||
# Template file for 'python3-pikepdf'
|
||||
pkgname=python3-pikepdf
|
||||
version=10.1.0
|
||||
version=10.9.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-pybind11 python3-wheel"
|
||||
hostmakedepends="python3-pybind11 python3-wheel python3-scikit-build-core
|
||||
ninja python3-nanobind"
|
||||
makedepends="libqpdf-devel python3-pybind11"
|
||||
depends="jbig2dec python3-deprecated python3-lxml python3-packaging
|
||||
python3-Pillow python3-setuptools"
|
||||
@@ -16,4 +17,8 @@ license="MPL-2.0"
|
||||
homepage="https://github.com/pikepdf/pikepdf"
|
||||
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
|
||||
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
||||
checksum=d75778283c354580a462d31bd4334f6ba92225e41ccd8bb949ec6e98a23d4eb2
|
||||
checksum=410fcf32bc9c8a0a96d94bbd6268ba7585333b1423b93a5fa2ef3c05f4eba3da
|
||||
|
||||
if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
|
||||
make_check_args="-k not((test_save_to_dev_null)or(test_repr_stream))"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user