diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-07-31 07:36:21 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-07-31 08:09:22 +0200 |
commit | e4d1fc148e59ba312ef6f01753121b8a26dd282e (patch) | |
tree | 8f61d409df3b8e69eeb31f77a075824065f362cd /textproc/py-mkdocstrings | |
parent | textproc/py-mkdocs-material: Update to 9.6.16 (diff) |
textproc/py-mkdocstrings: Update to 0.30.0
* Remove no longer required workaround for remnant mypy files.
* Adjust the test suite as well as one more test now works with newer
versions of py-markdown.
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.30.0
MFH: 2025Q3
Diffstat (limited to 'textproc/py-mkdocstrings')
-rw-r--r-- | textproc/py-mkdocstrings/Makefile | 10 | ||||
-rw-r--r-- | textproc/py-mkdocstrings/distinfo | 6 |
2 files changed, 5 insertions, 11 deletions
diff --git a/textproc/py-mkdocstrings/Makefile b/textproc/py-mkdocstrings/Makefile index 0ee1c27144cd..833985671b43 100644 --- a/textproc/py-mkdocstrings/Makefile +++ b/textproc/py-mkdocstrings/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings -DISTVERSION= 0.29.1 +DISTVERSION= 0.30.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,8 +30,7 @@ USE_PYTHON= autoplist pep517 pytest # mkdocs-gen-files (not in Ports tree, yet). # The same applies to "test_plugin" which requires markdown-exec (not in Ports # tree yet). -# The test_no_double_toc tests, on the other hand, require py-markdown >= 3.6. -PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file test_plugin test_no_double_toc +PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file test_plugin NO_ARCH= yes @@ -54,9 +53,4 @@ PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python>=0.16.2:textproc/ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.6:devel/py-importlib-metadata@${PY_FLAVOR} .endif -# Prevent packaging of the Mypy cache folder -post-extract: - @${RM} -r ${WRKSRC}/src/mkdocstrings/.mypy_cache \ - ${WRKSRC}/src/mkdocstrings/handlers/.mypy_cache - .include <bsd.port.post.mk> diff --git a/textproc/py-mkdocstrings/distinfo b/textproc/py-mkdocstrings/distinfo index 8c2957542ebc..75244aa5fcff 100644 --- a/textproc/py-mkdocstrings/distinfo +++ b/textproc/py-mkdocstrings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744360125 -SHA256 (mkdocstrings-0.29.1.tar.gz) = 8722f8f8c5cd75da56671e0a0c1bbed1df9946c0cef74794d6141b34011abd42 -SIZE (mkdocstrings-0.29.1.tar.gz) = 1212686 +TIMESTAMP = 1753853133 +SHA256 (mkdocstrings-0.30.0.tar.gz) = 5d8019b9c31ddacd780b6784ffcdd6f21c408f34c0bd1103b5351d609d5b4444 +SIZE (mkdocstrings-0.30.0.tar.gz) = 106597 |