Skip to content
Snippets Groups Projects
Verified Commit c7d8dd4f authored by sunpoet's avatar sunpoet
Browse files

security/py-pyhanko: Allow build with py-uharfbuzz 0.37.0+

- Bump PORTREVISION for package change
parent 5c770d19
No related branches found
No related tags found
No related merge requests found
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}
......
......@@ -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,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment