summaryrefslogtreecommitdiff
path: root/textproc/py-mkdocstrings-python-legacy/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2025-05-29 16:04:35 +0200
committerKai Knoblich <kai@FreeBSD.org>2025-05-29 16:21:45 +0200
commit533a2fd2b221d2a156cddf215695ff6eef87378d (patch)
tree3f9b69b125f16ae7fdde7b2006c91c9ce62c1264 /textproc/py-mkdocstrings-python-legacy/Makefile
parenttextproc/py-mkdocs-rss-plugin: Update to 1.17.2 (diff)
textproc/py-mkdocstrings-python-legacy: Update to 0.2.7
* Adjust USES=python accordingly, because Python 3.8 is no longer present in the ports tree after ca15850a2b13 while I'm here. Changelog: https://github.com/mkdocstrings/python-legacy/releases/tag/0.2.7
Diffstat (limited to 'textproc/py-mkdocstrings-python-legacy/Makefile')
-rw-r--r--textproc/py-mkdocstrings-python-legacy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-mkdocstrings-python-legacy/Makefile b/textproc/py-mkdocstrings-python-legacy/Makefile
index 96c18b9f4889..c4ddb34135ef 100644
--- a/textproc/py-mkdocstrings-python-legacy/Makefile
+++ b/textproc/py-mkdocstrings-python-legacy/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mkdocstrings-python-legacy
-DISTVERSION= 0.2.6
+DISTVERSION= 0.2.7
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -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:3.9+
+USES= python
USE_PYTHON= autoplist pep517 pytest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}