git: 60b0f461710c - main - print/py-collidoscope: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 19:17:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b0f461710ca30e025256ebe5c45281716fd85f commit 60b0f461710ca30e025256ebe5c45281716fd85f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:06:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:22 +0000 print/py-collidoscope: Update USES=python print/py-fonttools requires Python 3.7+ --- print/py-collidoscope/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print/py-collidoscope/Makefile b/print/py-collidoscope/Makefile index 101dce871de8..433421d6ad17 100644 --- a/print/py-collidoscope/Makefile +++ b/print/py-collidoscope/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beziers>=0.0.3:graphics/py-beziers@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}glyphtools>=0:print/py-glyphtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0:print/py-uharfbuzz@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes