forked from Lainports/freebsd-ports
print/py-fontbakery: Allow build with py-gflanguages 0.7.0+
- Bump PORTREVISION for package change
This commit is contained in:
parent
07467ace58
commit
d59daec5d2
2 changed files with 8 additions and 4 deletions
|
|
@ -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} \
|
||||
|
|
|
|||
|
|
@ -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.*",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue