print/py-fontbakery: Allow build with py-gflanguages 0.7.0+

- Bump PORTREVISION for package change
This commit is contained in:
Po-Chuan Hsieh 2024-11-15 18:09:39 +08:00
parent 07467ace58
commit d59daec5d2
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
2 changed files with 8 additions and 4 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= fontbakery
PORTVERSION= 0.12.10
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print python
MASTER_SITES= PYPI \
https://github.com/fonttools/fontbakery/releases/download/v${PORTVERSION}/
@ -59,7 +59,7 @@ GOOGLEFONTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}axisregistry>=0.4.10<0.5:x11-font
${PYTHON_PKGNAMEPREFIX}collidoscope>=0.5.2:print/py-collidoscope@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dehinter>=3.1.0:print/py-dehinter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gflanguages>=0.6.2<0.7:x11-fonts/py-gflanguages@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gflanguages>=0.6.2<0.8:x11-fonts/py-gflanguages@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gfsubsets>=2024.5.9:x11-fonts/py-gfsubsets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}glyphsets>=1.0.0<2:print/py-glyphsets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.7.0,1:devel/py-protobuf@${PY_FLAVOR} \

View file

@ -18,8 +18,12 @@
# versions prior to v0.3.0 had too stric dependency rules
# for other deps such as protobuf, making it harder satisfy all dependencies.
]
@@ -79,7 +79,7 @@ googlefontsalwayslatest = [
"gflanguages >= 0.6.2, == 0.6.*",
@@ -76,10 +76,10 @@ googlefontsalwayslatest = [
# deal with API-breaking updates. Only the latest released version is acceptable:
googlefontsalwayslatest = [
"axisregistry >= 0.4.10, == 0.4.*",
- "gflanguages >= 0.6.2, == 0.6.*",
+ "gflanguages >= 0.6.2, < 0.8",
"gfsubsets >= 2024.5.9",
"glyphsets >= 1.0.0, == 1.*",
- "shaperglot >= 0.5.0, == 0.5.*",