Date: Mon, 13 May 2024 14:17:53 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f4c0e3d9e320 - main - devel/py-pytest-cpp: Convert to USE_PYTHON=pep517 Message-ID: <202405131417.44DEHrmw086935@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f4c0e3d9e3202d212de071acc5c02c2ed223c620 commit f4c0e3d9e3202d212de071acc5c02c2ed223c620 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 13:59:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 13:59:45 +0000 devel/py-pytest-cpp: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- devel/py-pytest-cpp/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devel/py-pytest-cpp/Makefile b/devel/py-pytest-cpp/Makefile index c025b3287a73..eb396e6f65a5 100644 --- a/devel/py-pytest-cpp/Makefile +++ b/devel/py-pytest-cpp/Makefile @@ -1,5 +1,6 @@ PORTNAME= pytest-cpp PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/pytest-dev/pytest-cpp/releases/download/v${PORTVERSION}/ @@ -12,12 +13,14 @@ WWW= https://github.com/pytest-dev/pytest-cpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=7.0,1:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405131417.44DEHrmw086935>