git: 3ddcb9ea454d - main - textproc/py-mkdocs-autorefs: Update to 1.4.2

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Thu, 29 May 2025 14:23:06 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3ddcb9ea454d494960d22c535c1f54fa5ad3c6c9

commit 3ddcb9ea454d494960d22c535c1f54fa5ad3c6c9
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2025-05-29 14:01:41 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2025-05-29 14:21:45 +0000

    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
---
 textproc/py-mkdocs-autorefs/Makefile | 9 ++-------
 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