diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-11-01 15:12:03 +0100 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-11-01 18:23:22 +0100 |
| commit | 1403bb7765965eccd644a73cb136a155e46f7ea8 (patch) | |
| tree | 1814f9b3f066a008c4f82299c4619d3439a5a13f /editors | |
| parent | lang/python310: deprecate and expire in 11 months (diff) | |
*: Revise USES=python:... version range constraints
and strip all lower bounds of 3.9 or 3.10 because they are implied now.
python:3.9-X -> python:-X
python:3.9+ -> python
python:3.10-X -> python:-X
python:3.10+ -> python
(options such as ,build preserved)
Diffstat (limited to 'editors')
| -rw-r--r-- | editors/retext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/retext/Makefile b/editors/retext/Makefile index 8a5a983e5d0e..4e29e21cbf73 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0.6:textproc/py-python-markdown-math@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymdown-extensions>0:textproc/py-pymdown-extensions@${PY_FLAVOR} -USES= desktop-file-utils display:test pyqt:6 python:3.9+ qt:6 +USES= desktop-file-utils display:test pyqt:6 python qt:6 USE_PYQT= pyqt6:run USE_PYTHON= autoplist noflavors pep517 pytest USE_QT= tools:build |
