git: 19f71b70f413 - main - textproc/py-mkdocstrings-python: Update to 1.12.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 10:14:14 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=19f71b70f4138ee338e95ebef921b6c17e810e26 commit 19f71b70f4138ee338e95ebef921b6c17e810e26 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-11-03 10:05:00 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-11-03 10:13:40 +0000 textproc/py-mkdocstrings-python: Update to 1.12.2 * Support for Python 3.8 was dropped with the 1.12.0 release, adjust USES=python accordingly. --- textproc/py-mkdocstrings-python/Makefile | 4 ++-- textproc/py-mkdocstrings-python/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-mkdocstrings-python/Makefile b/textproc/py-mkdocstrings-python/Makefile index f8072cd0fd5a..09876c2d21be 100644 --- a/textproc/py-mkdocstrings-python/Makefile +++ b/textproc/py-mkdocstrings-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings-python -DISTVERSION= 1.11.1 +DISTVERSION= 1.12.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-materi # a circular dependency (via py-mkdocstrings' PYTHON option). It was therefore # moved to TEST_DEPENDS to at least allow the test suite to run. -USES= python +USES= python:3.9+ GH_PROJECT= python USE_PYTHON= autoplist pep517 pytest diff --git a/textproc/py-mkdocstrings-python/distinfo b/textproc/py-mkdocstrings-python/distinfo index 0cc0fe339e7f..d1eb58085c1f 100644 --- a/textproc/py-mkdocstrings-python/distinfo +++ b/textproc/py-mkdocstrings-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727546952 -SHA256 (mkdocstrings_python-1.11.1.tar.gz) = 8824b115c5359304ab0b5378a91f6202324a849e1da907a3485b59208b797322 -SIZE (mkdocstrings_python-1.11.1.tar.gz) = 166890 +TIMESTAMP = 1730478336 +SHA256 (mkdocstrings_python-1.12.2.tar.gz) = 7a1760941c0b52a2cd87b960a9e21112ffe52e7df9d0b9583d04d47ed2e186f3 +SIZE (mkdocstrings_python-1.12.2.tar.gz) = 168207