git: db323b207097 - main - devel/py-gast: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:01:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db323b20709719ef02ff21354229f696a6ce2335
commit db323b20709719ef02ff21354229f696a6ce2335
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:43 +0000
devel/py-gast: Convert to USE_PYTHON=unittest
---
devel/py-gast/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/devel/py-gast/Makefile b/devel/py-gast/Makefile
index 8b38e086e1ea..ab4d05b09687 100644
--- a/devel/py-gast/Makefile
+++ b/devel/py-gast/Makefile
@@ -11,11 +11,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
-
.include <bsd.port.mk>