git: 7e651ec25067 - main - science/py-mp-api: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e651ec250676cb1c7655c1303c134f6a6daac28 commit 7e651ec250676cb1c7655c1303c134f6a6daac28 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:46 +0000 science/py-mp-api: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- science/py-mp-api/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/science/py-mp-api/Makefile b/science/py-mp-api/Makefile index 16c7ed0eead5..194a85bdf21c 100644 --- a/science/py-mp-api/Makefile +++ b/science/py-mp-api/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.27.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= pep517 autoplist pytest +USES= python +USE_PYTHON= pep517 autoplist pytest pytest .include <bsd.port.mk>