git: 153eea3d5d2e - main - editors/retext: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 16:04:53 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=153eea3d5d2eb2c9117649cf403379631ccb0e1b commit 153eea3d5d2eb2c9117649cf403379631ccb0e1b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:29:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:11 +0000 editors/retext: Update USES=python textproc/py-markups requires Python 3.9+ --- editors/retext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/retext/Makefile b/editors/retext/Makefile index 86c4cdc35ca4..e5cf88241396 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0.6:textproc/py-python-markdown-math@${PY_FLAVOR} -USES= desktop-file-utils pyqt:6 python:3.6+ +USES= desktop-file-utils pyqt:6 python:3.9+ USE_GITHUB= yes GH_ACCOUNT= retext-project USE_PYTHON= autoplist distutils noflavors