git: b579af087db9 - main - print/py-fontbakery: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:59 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b579af087db948a9024a0cf0822eb18d135dc320 commit b579af087db948a9024a0cf0822eb18d135dc320 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:06:03 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:22 +0000 print/py-fontbakery: Update USES=python print/py-fonttools requires Python 3.7+ --- print/py-fontbakery/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/py-fontbakery/Makefile b/print/py-fontbakery/Makefile index fe2ab3f1b02a..3caf2aa8c9e4 100644 --- a/print/py-fontbakery/Makefile +++ b/print/py-fontbakery/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_F ${PYTHON_PKGNAMEPREFIX}ufolint>=0:x11-fonts/py-ufolint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}vharfbuzz>=0:print/py-vharfbuzz@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes