git: c8ecdfc5390c - main - devel/py-pytest-plus: change to build dependency on py-setuptools_scm7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 22 Apr 2023 10:01:52 UTC
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8ecdfc5390cb5795909caef2e0f364f7fa03b0c commit c8ecdfc5390cb5795909caef2e0f364f7fa03b0c Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-04-22 09:40:01 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-04-22 10:01:37 +0000 devel/py-pytest-plus: change to build dependency on py-setuptools_scm7 instead of py-setuptools_scm --- devel/py-pytest-plus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pytest-plus/Makefile b/devel/py-pytest-plus/Makefile index 60cef76a9f13..441d0c1762c6 100644 --- a/devel/py-pytest-plus/Makefile +++ b/devel/py-pytest-plus/Makefile @@ -12,7 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.0.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=7.0.5:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm7>=7.0.5:devel/py-setuptools_scm7@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=6.0.1:devel/py-pytest@${PY_FLAVOR}