diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-05-29 16:01:41 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-05-29 16:21:45 +0200 |
commit | 3ddcb9ea454d494960d22c535c1f54fa5ad3c6c9 (patch) | |
tree | 5f9ce4ce7d1eeb0cc5c8602e418557391d657ec2 | |
parent | net-mgmt/py-pynetbox: Update to 7.5.0 (diff) |
textproc/py-mkdocs-autorefs: Update to 1.4.2
* Remove the no longer needed workaround for deleting remnants of the
Mypy cache because this is fixed with this version.
* Also adjust USES=python accordingly, because Python 3.8 is no longer
present in the ports tree after ca15850a2b13 while I'm here.
Changelog:
https://github.com/mkdocstrings/autorefs/releases/tag/1.4.2
-rw-r--r-- | textproc/py-mkdocs-autorefs/Makefile | 9 | ||||
-rw-r--r-- | textproc/py-mkdocs-autorefs/distinfo | 6 |
2 files changed, 5 insertions, 10 deletions
diff --git a/textproc/py-mkdocs-autorefs/Makefile b/textproc/py-mkdocs-autorefs/Makefile index de1c6f050596..80d93c73ec81 100644 --- a/textproc/py-mkdocs-autorefs/Makefile +++ b/textproc/py-mkdocs-autorefs/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocs-autorefs -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,16 +20,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}griffe>0:textproc/py-griffe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>0:textproc/py-mkdocstrings@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -# Prevent packaging of the Mypy cache folder -post-extract: - @${RM} -r ${WRKSRC}/src/mkdocs_autorefs/.mypy_cache \ - ${WRKSRC}/src/mkdocs_autorefs/_internal/.mypy_cache - .include <bsd.port.mk> diff --git a/textproc/py-mkdocs-autorefs/distinfo b/textproc/py-mkdocs-autorefs/distinfo index 9abc89660e20..e75f0fece2d0 100644 --- a/textproc/py-mkdocs-autorefs/distinfo +++ b/textproc/py-mkdocs-autorefs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742479855 -SHA256 (mkdocs_autorefs-1.4.1.tar.gz) = 4b5b6235a4becb2b10425c2fa191737e415b37aa3418919db33e5d774c9db079 -SIZE (mkdocs_autorefs-1.4.1.tar.gz) = 4131355 +TIMESTAMP = 1747893756 +SHA256 (mkdocs_autorefs-1.4.2.tar.gz) = e2ebe1abd2b67d597ed19378c0fff84d73d1dbce411fce7a7cc6f161888b6749 +SIZE (mkdocs_autorefs-1.4.2.tar.gz) = 54961 |