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 ca15850a2b while I'm here.
Changelog:
https://github.com/mkdocstrings/autorefs/releases/tag/1.4.2
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user