Date: Sun, 25 Aug 2024 08:44:39 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: 0ee63e8aad21 - main - textproc/py-griffe: Update to 1.2.0 Message-ID: <202408250844.47P8idTG048440@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=0ee63e8aad21a6bc6a79d0a8ec93726a496aef65 commit 0ee63e8aad21a6bc6a79d0a8ec93726a496aef65 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-08-25 08:42:17 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-08-25 08:43:53 +0000 textproc/py-griffe: Update to 1.2.0 * Switch back to PyPI, because the sdists now contain the full test suite again and remove the workaround for the PDM build system, which is no longer needed. Changelogs since 1.0.0: https://github.com/mkdocstrings/griffe/blob/1.2.0/CHANGELOG.md --- textproc/py-griffe/Makefile | 13 ++++--------- textproc/py-griffe/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/textproc/py-griffe/Makefile b/textproc/py-griffe/Makefile index 92b31a17067b..3631d07c8ae2 100644 --- a/textproc/py-griffe/Makefile +++ b/textproc/py-griffe/Makefile @@ -1,6 +1,7 @@ PORTNAME= griffe -DISTVERSION= 1.0.0 +DISTVERSION= 1.2.0 CATEGORIES= textproc python +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org @@ -14,17 +15,11 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FL RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.4:devel/py-colorama@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.17.3:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>0:textproc/py-mkdocstrings@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.3,1:devel/py-pytest-xdist@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.3,1:devel/py-pytest-xdist@${PY_FLAVOR} \ + git:devel/git USES= python -USE_GITHUB= yes -GH_ACCOUNT= mkdocstrings USE_PYTHON= autoplist concurrent pep517 pytest -# These test relies on files that are not present in the sdist -PYTEST_IGNORED_TESTS= git - -# Required otherwise the build process tries to get the current version via git -MAKE_ENV= PDM_BUILD_SCM_VERSION=${DISTVERSION} TEST_ARGS= -n ${MAKE_JOBS_NUMBER} TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} diff --git a/textproc/py-griffe/distinfo b/textproc/py-griffe/distinfo index e5b375a015fb..4b2c6f67ff5e 100644 --- a/textproc/py-griffe/distinfo +++ b/textproc/py-griffe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723878011 -SHA256 (mkdocstrings-griffe-1.0.0_GH0.tar.gz) = d6d1255dea53250859cac69f040034dc0d45a9ffeb631a756c7153b29c6f852e -SIZE (mkdocstrings-griffe-1.0.0_GH0.tar.gz) = 378841 +TIMESTAMP = 1724494612 +SHA256 (griffe-1.2.0.tar.gz) = 1c9f6ef7455930f3f9b0c4145a961c90385d1e2cbc496f7796fbff560ec60d31 +SIZE (griffe-1.2.0.tar.gz) = 381349
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408250844.47P8idTG048440>