git: 008a1ce5ec2b - main - textproc/py-mkdocstrings: Update to 0.26.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Nov 2024 15:23:54 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=008a1ce5ec2b2fd6aed35405667d0b7fa0145fe7
commit 008a1ce5ec2b2fd6aed35405667d0b7fa0145fe7
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-11-01 15:06:14 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-11-01 15:06:14 +0000
textproc/py-mkdocstrings: Update to 0.26.2
* Support for Python 3.8 was dropped with release 0.26.2, adjust
USES=python accordingly.
Changelog:
https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.26.2
---
textproc/py-mkdocstrings/Makefile | 4 ++--
textproc/py-mkdocstrings/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/textproc/py-mkdocstrings/Makefile b/textproc/py-mkdocstrings/Makefile
index e11d095adbde..f0427a2b49a9 100644
--- a/textproc/py-mkdocstrings/Makefile
+++ b/textproc/py-mkdocstrings/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mkdocstrings
-DISTVERSION= 0.26.0
+DISTVERSION= 0.26.2
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-materi
${PYTHON_PKGNAMEPREFIX}mkdocstrings-python>0:textproc/py-mkdocstrings-python@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
-USES= python
+USES= python:3.9+
USE_GITHUB= yes
USE_PYTHON= autoplist pep517 pytest
# Skip "test_sphinx_load_mkdocstrings_inventory_file" as it requires
diff --git a/textproc/py-mkdocstrings/distinfo b/textproc/py-mkdocstrings/distinfo
index 9bf3766410cd..83e72af5cb50 100644
--- a/textproc/py-mkdocstrings/distinfo
+++ b/textproc/py-mkdocstrings/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725380727
-SHA256 (mkdocstrings-mkdocstrings-0.26.0_GH0.tar.gz) = 350be598d3911e526692760a5d468171cabda0ab57a14f6d547044dcea07b74c
-SIZE (mkdocstrings-mkdocstrings-0.26.0_GH0.tar.gz) = 90927
+TIMESTAMP = 1729085646
+SHA256 (mkdocstrings-mkdocstrings-0.26.2_GH0.tar.gz) = 940aa13f7489289f6ed04dd05829ec019561df8b2342d51bfaa932fbd39efb6c
+SIZE (mkdocstrings-mkdocstrings-0.26.2_GH0.tar.gz) = 90990