git: c7d8dd4fb866 - main - security/py-pyhanko: Allow build with py-uharfbuzz 0.37.0+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:28:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7d8dd4fb8660cd7d8b940c5c58000999741c0c0 commit c7d8dd4fb8660cd7d8b940c5c58000999741c0c0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 04:10:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 04:10:20 +0000 security/py-pyhanko: Allow build with py-uharfbuzz 0.37.0+ - Bump PORTREVISION for package change --- security/py-pyhanko/Makefile | 4 ++-- security/py-pyhanko/files/patch-setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/security/py-pyhanko/Makefile b/security/py-pyhanko/Makefile index cb1256d3e73c..764c7259c915 100644 --- a/security/py-pyhanko/Makefile +++ b/security/py-pyhanko/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyhanko PORTVERSION= 0.17.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -37,7 +37,7 @@ XMP_DESC= XMP (Extensible Metadata Platform) support IMAGE_SUPPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=7.2.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-barcode>=0.14.0<0.14.0_99:graphics/py-python-barcode@${PY_FLAVOR} OPENTYPE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.33.3:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.36.0_99:print/py-uharfbuzz@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0:print/py-uharfbuzz@${PY_FLAVOR} PKGCS11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.7.0<0.8:security/py-python-pkcs11@${PY_FLAVOR} XMP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.7.1<0.8:devel/py-defusedxml@${PY_FLAVOR} diff --git a/security/py-pyhanko/files/patch-setup.py b/security/py-pyhanko/files/patch-setup.py index 7185d1b74bc6..58679c0bc236 100644 --- a/security/py-pyhanko/files/patch-setup.py +++ b/security/py-pyhanko/files/patch-setup.py @@ -13,7 +13,7 @@ # uharfbuzz sometimes includes breaking changes, so # we set an explicit range - 'uharfbuzz>=0.25.0,<0.31.0' -+ 'uharfbuzz>=0.25.0,<=0.36.0' ++ 'uharfbuzz>=0.25.0' ], 'image-support': [ # Only tested systematically on 8.x,