Date: Thu, 31 Jul 2025 07:24:51 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 8da6752734bb - 2025Q3 - textproc/py-mkdocstrings: Update to 0.30.0 Message-ID: <202507310724.56V7OpO5064050@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2025Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=8da6752734bb99cad738ff3658b3a25390e45abc commit 8da6752734bb99cad738ff3658b3a25390e45abc Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-07-31 05:36:21 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-07-31 07:22:33 +0000 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 (cherry picked from commit e4d1fc148e59ba312ef6f01753121b8a26dd282e) --- textproc/py-mkdocstrings/Makefile | 10 ++-------- 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) = 106597home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507310724.56V7OpO5064050>
