git: 1b09a3931e52 - main - textproc/py-griffe: Update to 1.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 08:44:41 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b09a3931e5287c233ff9d04fb8e5fda7f51420f commit 1b09a3931e5287c233ff9d04fb8e5fda7f51420f Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-10-13 08:33:20 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-10-13 08:33:20 +0000 textproc/py-griffe: Update to 1.4.1 * Support for Python 3.8 was dropped with version 1.4.1, thus remove the relevant parts in the Makefile that are no longer needed. Changelog since 1.3.2: https://github.com/mkdocstrings/griffe/blob/1.4.1/CHANGELOG.md --- textproc/py-griffe/Makefile | 12 +++--------- textproc/py-griffe/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/textproc/py-griffe/Makefile b/textproc/py-griffe/Makefile index ea395ce0c5e1..32c850406508 100644 --- a/textproc/py-griffe/Makefile +++ b/textproc/py-griffe/Makefile @@ -1,5 +1,5 @@ PORTNAME= griffe -DISTVERSION= 1.3.2 +DISTVERSION= 1.4.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.17.3:devel/py-jsonschema@${PY ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.3,1:devel/py-pytest-xdist@${PY_FLAVOR} \ git:devel/git -USES= python +USES= python:3.9+ USE_PYTHON= autoplist concurrent pep517 pytest TEST_ARGS= -n ${MAKE_JOBS_NUMBER} @@ -26,10 +26,4 @@ TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astunparse>=1.6:devel/py-astunparse@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/py-griffe/distinfo b/textproc/py-griffe/distinfo index 34601004ce79..e55379cd9aeb 100644 --- a/textproc/py-griffe/distinfo +++ b/textproc/py-griffe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728213629 -SHA256 (griffe-1.3.2.tar.gz) = 1ec50335aa507ed2445f2dd45a15c9fa3a45f52c9527e880571dfc61912fd60c -SIZE (griffe-1.3.2.tar.gz) = 382540 +TIMESTAMP = 1728717972 +SHA256 (griffe-1.4.1.tar.gz) = 911a201b01dc92e08c0e84c38a301e9da5ec067f00e7d9f2e39bc24dbfa3c176 +SIZE (griffe-1.4.1.tar.gz) = 381239