git: 4e4f5939a6ac - main - sysutils/py-ploy: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:24:35 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e4f5939a6acf3df17be1616bf560803a872bb68
commit 4e4f5939a6acf3df17be1616bf560803a872bb68
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 15:22:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 15:22:21 +0000
sysutils/py-ploy: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python
---
sysutils/py-ploy/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sysutils/py-ploy/Makefile b/sysutils/py-ploy/Makefile
index 99325d622bfb..ee0ed3d123d1 100644
--- a/sysutils/py-ploy/Makefile
+++ b/sysutils/py-ploy/Makefile
@@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>0:devel/py-ruamel.yaml@${PY_FLAVOR} \
${PY_SETUPTOOLS}
-USES= pytest python
-USE_PYTHON= autoplist concurrent distutils
+USES= python
+USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes