git: d4b7d3e3d873 - main - devel/py-pyleri: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 20:54:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d4b7d3e3d873387f275bf7cfe64046181862b07e
commit d4b7d3e3d873387f275bf7cfe64046181862b07e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 20:54:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 20:54:11 +0000
devel/py-pyleri: Convert to USE_PYTHON=unittest
---
devel/py-pyleri/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-pyleri/Makefile b/devel/py-pyleri/Makefile
index e993c649df5b..9c29ba9162f9 100644
--- a/devel/py-pyleri/Makefile
+++ b/devel/py-pyleri/Makefile
@@ -15,8 +15,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent pep517
+USE_PYTHON= autoplist concurrent pep517 unittest
NO_ARCH= yes
+TEST_ARGS= discover -s test
.include <bsd.port.mk>