Date: Wed, 6 Sep 2023 20:54:00 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: 2b03aaa32b3a - main - devel/py-pytest-cov: Clean up USES=python Message-ID: <202309062054.386Ks0n8021541@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=2b03aaa32b3afa74339a35a57da60ad62ece4f48 commit 2b03aaa32b3afa74339a35a57da60ad62ece4f48 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-06 20:50:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:38 +0000 devel/py-pytest-cov: Clean up USES=python Approved by: portmgr (blanket) With hat: python --- devel/py-pytest-cov/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pytest-cov/Makefile b/devel/py-pytest-cov/Makefile index 525a546a5b88..4f1085756e1c 100644 --- a/devel/py-pytest-cov/Makefile +++ b/devel/py-pytest-cov/Makefile @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fields>0:devel/py-fields@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils pytest CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}pytest4-cov
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309062054.386Ks0n8021541>