summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-05-07 05:51:59 +0200
committerKai Knoblich <kai@FreeBSD.org>2024-05-07 05:51:59 +0200
commitbc48bf817328ab53f38cbbaf6384eb6633c36aff (patch)
treedc24777b9746e5b36863262e98585b866ac51397
parentmath/abella: Broken (diff)
textproc/py-mkdocstrings: Update to 0.25.1
Changelog: https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.1 MFH: 2024Q2
-rw-r--r--textproc/py-mkdocstrings/Makefile5
-rw-r--r--textproc/py-mkdocstrings/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/textproc/py-mkdocstrings/Makefile b/textproc/py-mkdocstrings/Makefile
index 80531d6c02d2..19bb0891bb8d 100644
--- a/textproc/py-mkdocstrings/Makefile
+++ b/textproc/py-mkdocstrings/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mkdocstrings
-DISTVERSION= 0.25.0
+DISTVERSION= 0.25.1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -30,7 +30,8 @@ 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).
-PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file test_plugin
+# 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
# Required otherwise the build process tries to get the current version via git
MAKE_ENV= PDM_BUILD_SCM_VERSION=${DISTVERSION}
diff --git a/textproc/py-mkdocstrings/distinfo b/textproc/py-mkdocstrings/distinfo
index de0d9c5968ac..5deff67d42e0 100644
--- a/textproc/py-mkdocstrings/distinfo
+++ b/textproc/py-mkdocstrings/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714600326
-SHA256 (mkdocstrings-mkdocstrings-0.25.0_GH0.tar.gz) = 08a91d5991628aa74b90dc4faa8daced02d3b526ddf0c51babe5218ffd3d6444
-SIZE (mkdocstrings-mkdocstrings-0.25.0_GH0.tar.gz) = 89714
+TIMESTAMP = 1715019587
+SHA256 (mkdocstrings-mkdocstrings-0.25.1_GH0.tar.gz) = bc7499d5a9f91240c8eef61824ec1c8f1a99b969be0e4c4a499d94c3ab293db4
+SIZE (mkdocstrings-mkdocstrings-0.25.1_GH0.tar.gz) = 89869