Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 17:01:58 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: db323b207097 - main - devel/py-gast: Convert to USE_PYTHON=unittest
Message-ID:  <202206031701.253H1wsO050597@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=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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206031701.253H1wsO050597>