Date: Sat, 27 Jul 2024 12:57:27 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 83f2d2e890b3 - main - textproc/py-mkdocstrings-python: Update to 1.10.7 Message-ID: <202407271257.46RCvROv042806@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=83f2d2e890b359f52216b8f1d87b2ac01b1825f0 commit 83f2d2e890b359f52216b8f1d87b2ac01b1825f0 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-07-27 12:53:58 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-07-27 12:53:58 +0000 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 --- textproc/py-mkdocstrings-python/Makefile | 10 ++++------ textproc/py-mkdocstrings-python/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/textproc/py-mkdocstrings-python/Makefile b/textproc/py-mkdocstrings-python/Makefile index d18b919634a9..1dd205cc2798 100644 --- a/textproc/py-mkdocstrings-python/Makefile +++ b/textproc/py-mkdocstrings-python/Makefile @@ -1,7 +1,9 @@ PORTNAME= mkdocstrings-python -DISTVERSION= 1.10.5 +DISTVERSION= 1.10.7 CATEGORIES= textproc python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= mkdocstrings_python-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Python handler for mkdocstrings @@ -11,7 +13,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE 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} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>0:textproc/py-mkdocstrings@${PY_FLAVOR} # 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. USES= python -USE_GITHUB= yes -GH_ACCOUNT= mkdocstrings GH_PROJECT= python 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} CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy diff --git a/textproc/py-mkdocstrings-python/distinfo b/textproc/py-mkdocstrings-python/distinfo index ee0e8e49ac4f..a03826747ced 100644 --- a/textproc/py-mkdocstrings-python/distinfo +++ b/textproc/py-mkdocstrings-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720853222 -SHA256 (mkdocstrings-python-1.10.5_GH0.tar.gz) = 0c98306101822d955be745bc003c94342fb8bbcd57e5b61f11e0e119e40599ac -SIZE (mkdocstrings-python-1.10.5_GH0.tar.gz) = 157091 +TIMESTAMP = 1722083436 +SHA256 (mkdocstrings_python-1.10.7.tar.gz) = bfb5e29acfc69c9177d2b11c18d3127d16e553b8da9bb6d184e428d54795600b +SIZE (mkdocstrings_python-1.10.7.tar.gz) = 161638
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407271257.46RCvROv042806>