diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-04-13 11:43:58 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-04-13 11:43:58 +0200 |
commit | f24c8a9efd52623d607af515a474b1da67f71753 (patch) | |
tree | 831d7f0a58f3110bf8f4b6d34b460b9479184ae0 /textproc/py-mkdocstrings-python/Makefile | |
parent | textproc/py-mkdocs-material: Update to 9.6.11 (diff) |
textproc/py-mkdocstrings-python: Update to 1.16.10
* Adjust USE=python accordingly, because Python 3.8 is no longer
present in the ports tree after ca15850a2b13 while I'm here.
Changelog since 1.6.8:
https://github.com/mkdocstrings/python/blob/1.16.10/CHANGELOG.md
MFH: 2025Q2
Diffstat (limited to 'textproc/py-mkdocstrings-python/Makefile')
-rw-r--r-- | textproc/py-mkdocstrings-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-mkdocstrings-python/Makefile b/textproc/py-mkdocstrings-python/Makefile index 8a8c696d159a..03de4493ebcb 100644 --- a/textproc/py-mkdocstrings-python/Makefile +++ b/textproc/py-mkdocstrings-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings-python -DISTVERSION= 1.16.8 +DISTVERSION= 1.16.10 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +24,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.12.3:www/py-beautifulsoup@ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.28.3:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ruff>=0.4:devel/py-ruff@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} |