Skip to content

Commit

Permalink
textproc/py-mkdocstrings-python: Update to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knobix committed Mar 16, 2024
1 parent 32480b5 commit 51fa237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions textproc/py-mkdocstrings-python/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mkdocstrings-python
DISTVERSION= 1.8.0
DISTVERSION= 1.9.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -13,7 +13,8 @@ LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}griffe>=0.37:textproc/py-griffe@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}griffe>=0.37:textproc/py-griffe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=3.3<3.6:textproc/py-markdown@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocstrings>0: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
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-mkdocstrings-python/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1705137482
SHA256 (mkdocstrings_python-1.8.0.tar.gz) = 1488bddf50ee42c07d9a488dddc197f8e8999c2899687043ec5dd1643d057192
SIZE (mkdocstrings_python-1.8.0.tar.gz) = 33753
TIMESTAMP = 1710570418
SHA256 (mkdocstrings_python-1.9.0.tar.gz) = 6e1a442367cf75d30cf69774cbb1ad02aebec58bfff26087439df4955efecfde
SIZE (mkdocstrings_python-1.9.0.tar.gz) = 33732

0 comments on commit 51fa237

Please sign in to comment.