git: 387711b97b14 - main - devel/py-pytest-cov: Update to 6.3.0
Danilo G. Baio <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=387711b97b14d791a8cf8d044f587ff94ac07286 commit 387711b97b14d791a8cf8d044f587ff94ac07286 Author: Danilo G. Baio <[email protected]> AuthorDate: 2026-08-13 04:53:35 +0000 Commit: Danilo G. Baio <[email protected]> CommitDate: 2026-08-16 17:36:20 +0000 devel/py-pytest-cov: Update to 6.3.0 Adjust the dependencies to what upstream now requires and drop the six test dependency, which is no longer used. The sdist was renamed to use an underscore, so set DISTNAME accordingly. Newer versions require devel/py-coverage 7.10.6 or later, which is not in the tree yet. Changes: https://github.com/pytest-dev/pytest-cov/blob/v6.3.0/CHANGELOG.rst --- devel/py-pytest-cov/Makefile | 10 +++++----- devel/py-pytest-cov/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-pytest-cov/Makefile b/devel/py-pytest-cov/Makefile index 2b4a631dd968..9eff803ad66c 100644 --- a/devel/py-pytest-cov/Makefile +++ b/devel/py-pytest-cov/Makefile @@ -1,9 +1,9 @@ PORTNAME= pytest-cov -PORTVERSION= 5.0.0 -PORTREVISION= 1 +PORTVERSION= 6.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} MAINTAINER= [email protected] COMMENT= Pytest plugin for measuring coverage @@ -12,13 +12,13 @@ WWW= https://github.com/pytest-dev/pytest-cov LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=5.2.1:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=4.6,1:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=7.5:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pluggy>=1.2:devel/py-pluggy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=6.2.5,1:devel/py-pytest@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fields>0:devel/py-fields@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hunter>0:devel/py-hunter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}process-tests>0:devel/py-process-tests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} USES= python diff --git a/devel/py-pytest-cov/distinfo b/devel/py-pytest-cov/distinfo index e56c3b16108e..1dad300dff9c 100644 --- a/devel/py-pytest-cov/distinfo +++ b/devel/py-pytest-cov/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722689591 -SHA256 (pytest-cov-5.0.0.tar.gz) = 5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857 -SIZE (pytest-cov-5.0.0.tar.gz) = 63042 +TIMESTAMP = 1786588093 +SHA256 (pytest_cov-6.3.0.tar.gz) = 35c580e7800f87ce892e687461166e1ac2bcb8fb9e13aea79032518d6e503ff2 +SIZE (pytest_cov-6.3.0.tar.gz) = 70398