mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
textproc/py-mkdocstrings-python: Update to 1.11.1
Changelog since 1.10.9: https://github.com/mkdocstrings/python/blob/1.11.1/CHANGELOG.md
This commit is contained in:
parent
df72274dab
commit
171b1649ec
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mkdocstrings-python
|
||||
DISTVERSION= 1.10.9
|
||||
DISTVERSION= 1.11.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}griffe>=0.49:textproc/py-griffe@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs-autorefs>=1.0:textproc/py-mkdocs-autorefs@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs-autorefs>=1.2:textproc/py-mkdocs-autorefs@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocstrings>0:textproc/py-mkdocstrings@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.26:textproc/py-mkdocstrings@${PY_FLAVOR}
|
||||
# textproc/py-mkdocstrings belongs to RUN_DEPENDS as well but would cause
|
||||
# a circular dependency (via py-mkdocstrings' PYTHON option). It was therefore
|
||||
# moved to TEST_DEPENDS to at least allow the test suite to run.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1725108327
|
||||
SHA256 (mkdocstrings_python-1.10.9.tar.gz) = f344aaa47e727d8a2dc911e063025e58e2b7fb31a41110ccc3902aa6be7ca196
|
||||
SIZE (mkdocstrings_python-1.10.9.tar.gz) = 162070
|
||||
TIMESTAMP = 1727546952
|
||||
SHA256 (mkdocstrings_python-1.11.1.tar.gz) = 8824b115c5359304ab0b5378a91f6202324a849e1da907a3485b59208b797322
|
||||
SIZE (mkdocstrings_python-1.11.1.tar.gz) = 166890
|
||||
|
|
Loading…
Add table
Reference in a new issue