Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 16:04:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 153eea3d5d2e - main - editors/retext: Update USES=python
Message-ID:  <202302051604.315G4rrI058021@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051604.315G4rrI058021>