mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
textproc/py-mkdocstrings-python: Update to 1.10.7
* Switch back to PyPI because the tests are now available in the sdists again since the 1.10.7 release. Changelogs since 1.10.5: https://github.com/mkdocstrings/python/releases/tag/1.10.7 https://github.com/mkdocstrings/python/releases/tag/1.10.6
This commit is contained in:
parent
a35f3cf7ee
commit
83f2d2e890
2 changed files with 7 additions and 9 deletions
|
@ -1,7 +1,9 @@
|
||||||
PORTNAME= mkdocstrings-python
|
PORTNAME= mkdocstrings-python
|
||||||
DISTVERSION= 1.10.5
|
DISTVERSION= 1.10.7
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= mkdocstrings_python-${DISTVERSION}
|
||||||
|
|
||||||
MAINTAINER= kai@FreeBSD.org
|
MAINTAINER= kai@FreeBSD.org
|
||||||
COMMENT= Python handler for mkdocstrings
|
COMMENT= Python handler for mkdocstrings
|
||||||
|
@ -11,7 +13,7 @@ LICENSE= ISCL
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}griffe>=0.47:textproc/py-griffe@${PY_FLAVOR}
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}griffe>=0.48:textproc/py-griffe@${PY_FLAVOR}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}mkdocstrings>0:textproc/py-mkdocstrings@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}mkdocstrings>0:textproc/py-mkdocstrings@${PY_FLAVOR}
|
||||||
# textproc/py-mkdocstrings belongs to RUN_DEPENDS as well but would cause
|
# textproc/py-mkdocstrings belongs to RUN_DEPENDS as well but would cause
|
||||||
|
@ -19,13 +21,9 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-materi
|
||||||
# moved to TEST_DEPENDS to at least allow the test suite to run.
|
# moved to TEST_DEPENDS to at least allow the test suite to run.
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= mkdocstrings
|
|
||||||
GH_PROJECT= python
|
GH_PROJECT= python
|
||||||
USE_PYTHON= autoplist pep517 pytest
|
USE_PYTHON= autoplist pep517 pytest
|
||||||
|
|
||||||
# Required otherwise the build process tries to get the current version via git
|
|
||||||
MAKE_ENV= PDM_BUILD_SCM_VERSION=${DISTVERSION}
|
|
||||||
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||||
|
|
||||||
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy
|
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1720853222
|
TIMESTAMP = 1722083436
|
||||||
SHA256 (mkdocstrings-python-1.10.5_GH0.tar.gz) = 0c98306101822d955be745bc003c94342fb8bbcd57e5b61f11e0e119e40599ac
|
SHA256 (mkdocstrings_python-1.10.7.tar.gz) = bfb5e29acfc69c9177d2b11c18d3127d16e553b8da9bb6d184e428d54795600b
|
||||||
SIZE (mkdocstrings-python-1.10.5_GH0.tar.gz) = 157091
|
SIZE (mkdocstrings_python-1.10.7.tar.gz) = 161638
|
||||||
|
|
Loading…
Add table
Reference in a new issue