git: 9d8a9665d723 - main - x11-fonts/py-afdko: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:39:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d8a9665d723d4aa544deccf62192b7800f699ea commit 9d8a9665d723d4aa544deccf62192b7800f699ea Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:20:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:31:01 +0000 x11-fonts/py-afdko: Update RUN_DEPENDS - Bump PORTREVISION for package change --- x11-fonts/py-afdko/Makefile | 11 ++++++----- x11-fonts/py-afdko/files/patch-requirements.txt | 18 ------------------ 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/x11-fonts/py-afdko/Makefile b/x11-fonts/py-afdko/Makefile index 3a072026510a..ebeea95d587a 100644 --- a/x11-fonts/py-afdko/Makefile +++ b/x11-fonts/py-afdko/Makefile @@ -1,5 +1,6 @@ PORTNAME= afdko PORTVERSION= 3.9.3 +PORTREVISION= 1 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,18 +11,18 @@ WWW= https://github.com/adobe-type-tools/afdko LICENSE= APACHE20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} # print/py-fonttools[woff]: archivers/py-brotli and archivers/py-zopfli # x11-fonts/py-defcon[pens]: print/py-fontpens +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= afdko>=${PORTVERSION}<${PORTVERSION}_99:x11-fonts/afdko \ - ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.9.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}defcon>=0:x11-fonts/py-defcon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}fontMath>=0:x11-fonts/py-fontMath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}defcon>=0.10.2:x11-fonts/py-defcon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}fontMath>=0.9.3:x11-fonts/py-fontMath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fontpens>=0.1.0:print/py-fontpens@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.38.0:print/py-fonttools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.2:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psautohint>=0:print/py-psautohint@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psautohint>=2.4.0:print/py-psautohint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=4.64.1:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufonormalizer>=0.6.1:x11-fonts/py-ufonormalizer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufoprocessor>=1.9.0:x11-fonts/py-ufoprocessor@${PY_FLAVOR} \ diff --git a/x11-fonts/py-afdko/files/patch-requirements.txt b/x11-fonts/py-afdko/files/patch-requirements.txt deleted file mode 100644 index 97fb69f91f2f..000000000000 --- a/x11-fonts/py-afdko/files/patch-requirements.txt +++ /dev/null @@ -1,18 +0,0 @@ ---- requirements.txt.orig 2023-01-11 00:56:49 UTC -+++ requirements.txt -@@ -3,11 +3,11 @@ - # of our tools is stable - # NOTE: hard-pinning (==) here gets relaxed to >= in setup.py - lxml==4.9.2 --booleanOperations==0.9.0 --defcon[lxml,pens]==0.10.2 --fontMath==0.9.3 -+booleanOperations==0 -+defcon[lxml,pens]==0 -+fontMath==0 - fontTools[unicode,woff,lxml,ufo]==4.38.0 --psautohint==2.4.0 -+psautohint==0 - tqdm==4.64.1 - ufonormalizer==0.6.1 - ufoProcessor==1.9.0