diff --git a/textproc/py-pikepdf/Makefile b/textproc/py-pikepdf/Makefile index e569c5491e8f..3b47493de3bb 100644 --- a/textproc/py-pikepdf/Makefile +++ b/textproc/py-pikepdf/Makefile @@ -1,53 +1,52 @@ PORTNAME= pikepdf -DISTVERSION= 9.9.0 -PORTREVISION= 3 +DISTVERSION= 9.11.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Read and write PDFs with Python, powered by qpdf WWW= https://github.com/pikepdf/pikepdf LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.10.1:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.37:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libqpdf.so:print/qpdf RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=4.8:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=10.0.1:graphics/py-pillow@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=20.2.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0:devel/py-python-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5<6:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pybind11>=2.6.0:devel/py-pybind11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=4.4.0,1<7.3.5,1:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>=2019.1.8:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=1.3.3:devel/py-pytest-timeout@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.28:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}python-xmp-toolkit>=2.0.1:textproc/py-python-xmp-toolkit@${PY_FLAVOR} USES= compiler:c++14-lang cpe localbase python USE_PYTHON= autoplist pep517 CPE_VENDOR= pikepdf_project OPTIONS_DEFINE= JBIG2 OPTIONS_DEFAULT= JBIG2 JBIG2_DESC= Support for extracting JBIG2 images JBIG2_RUN_DEPENDS= jbig2dec:graphics/jbig2dec post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pikepdf/_*.so do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -rs -v -o addopts= .include diff --git a/textproc/py-pikepdf/distinfo b/textproc/py-pikepdf/distinfo index b4cd2edbd0b0..5a02cc451de9 100644 --- a/textproc/py-pikepdf/distinfo +++ b/textproc/py-pikepdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751330136 -SHA256 (pikepdf-9.9.0.tar.gz) = 948620612c5ee70c14b262a352b1db927386eab741d6ed77fdb1c4c8772734b9 -SIZE (pikepdf-9.9.0.tar.gz) = 4544960 +TIMESTAMP = 1787572151 +SHA256 (pikepdf-9.11.0.tar.gz) = 5ad6bffba08849c21eee273ba0b6fcd4b6a9cff81bcbca6988f87a765ba62163 +SIZE (pikepdf-9.11.0.tar.gz) = 4546289 diff --git a/textproc/py-pikepdf/files/patch-pyproject.toml b/textproc/py-pikepdf/files/patch-pyproject.toml index ec1907a0353d..db3cfa44a85c 100644 --- a/textproc/py-pikepdf/files/patch-pyproject.toml +++ b/textproc/py-pikepdf/files/patch-pyproject.toml @@ -1,20 +1,20 @@ ---- pyproject.toml.orig 2025-07-01 02:31:28 UTC +--- pyproject.toml.orig 2026-08-24 11:58:18 UTC +++ pyproject.toml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: MPL-2.0 [build-system] --requires = ["setuptools >= 77.0.3", "pybind11 >= 2.13.6"] -+requires = ["setuptools >= 63", "pybind11 >= 2.13.6"] +-requires = ["setuptools >= 77.0.3", "pybind11 >= 3"] ++requires = ["setuptools >= 63", "pybind11 >= 3"] build-backend = "setuptools.build_meta" [project] @@ -13,7 +13,7 @@ authors = [{ name = "James R. Barlow", email = "james@ requires-python = ">=3.9" keywords = ["PDF"] authors = [{ name = "James R. Barlow", email = "james@purplerock.ca" }] -license = "MPL-2.0" -+license = {text="MPL-2.0"} ++license = { text = "MPL-2.0" } classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",