security/py-pyhanko: Allow build with py-uharfbuzz 0.36.0

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2023-05-03 00:20:19 +08:00
parent 055a09de12
commit 4d6ff9220e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= pyhanko
PORTVERSION= 0.17.2
PORTREVISION= 1
PORTREVISION= 2
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:print/py-uharfbuzz@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.25.0<0.36.0_99: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}

View file

@ -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,<=0.36.0'
],
'image-support': [
# Only tested systematically on 8.x,