mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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 ca15850a2b
while I'm here.
Changelog since 1.6.8:
https://github.com/mkdocstrings/python/blob/1.16.10/CHANGELOG.md
MFH: 2025Q2
This commit is contained in:
parent
10b675c763
commit
f24c8a9efd
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1743172859
|
||||
SHA256 (mkdocstrings_python-1.16.8.tar.gz) = 9453ccae69be103810c1cf6435ce71c8f714ae37fef4d87d16aa92a7c800fe1d
|
||||
SIZE (mkdocstrings_python-1.16.8.tar.gz) = 205119
|
||||
TIMESTAMP = 1743831960
|
||||
SHA256 (mkdocstrings_python-1.16.10.tar.gz) = f9eedfd98effb612ab4d0ed6dd2b73aff6eba5215e0a65cea6d877717f75502e
|
||||
SIZE (mkdocstrings_python-1.16.10.tar.gz) = 205771
|
||||
|
|
Loading…
Add table
Reference in a new issue