summaryrefslogtreecommitdiff
path: root/textproc/py-mkdocstrings-python-legacy
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2025-01-27 06:15:35 +0100
committerKai Knoblich <kai@FreeBSD.org>2025-01-27 06:15:35 +0100
commit996a989e17fc9ce9b6d900c7139af2283b5b1114 (patch)
tree7405d488a1ea832dcbc09060bfbb3d22f7b1a70d /textproc/py-mkdocstrings-python-legacy
parenttextproc/py-mkdocs-autorefs: Update to 1.3.0 (diff)
textproc/py-mkdocstrings-{crystal,python-legacy}: Adjust USE_PYTHON
* Since c0c720d7ebf0 the dependency textproc/py-mkdocs-autorefs requires at least Python version 3.10 or newer and packages of this port for older Python versions can no longer be build, thus set USE_PYTHON accordingly.
Diffstat (limited to 'textproc/py-mkdocstrings-python-legacy')
-rw-r--r--textproc/py-mkdocstrings-python-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-mkdocstrings-python-legacy/Makefile b/textproc/py-mkdocstrings-python-legacy/Makefile
index 809135222bab..fd5c91beba8b 100644
--- a/textproc/py-mkdocstrings-python-legacy/Makefile
+++ b/textproc/py-mkdocstrings-python-legacy/Makefile
@@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-materi
# a circular dependency (via py-mkdocstrings' PYTHONLEGACY option). It was
# therefore # moved to TEST_DEPENDS to at least allow the test suite to run.
-USES= python
+USES= python:3.9+ # textproc/py-mkdocs-autorefs requires Python 3.9+
USE_PYTHON= autoplist pep517 pytest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}