Skip to content

Commit

Permalink
editors/retext: Update USES=python
Browse files Browse the repository at this point in the history
textproc/py-markups requires Python 3.9+
  • Loading branch information
sunpoet committed Feb 5, 2023
1 parent 16b4e17 commit 153eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/retext/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 153eea3

Please sign in to comment.