Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 17:01:56 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: 6fddb68b2465 - main - devel/py-aniso86016: Convert to USE_PYTHON=unittest
Message-ID:  <202206031701.253H1uWG050549@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=6fddb68b2465f30fc3ba9f250c81a43307862bfa

commit 6fddb68b2465f30fc3ba9f250c81a43307862bfa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:42 +0000

    devel/py-aniso86016: Convert to USE_PYTHON=unittest
---
 devel/py-aniso86016/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/devel/py-aniso86016/Makefile b/devel/py-aniso86016/Makefile
index 23f33fecfba7..8990ed55a371 100644
--- a/devel/py-aniso86016/Makefile
+++ b/devel/py-aniso86016/Makefile
@@ -12,13 +12,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent distutils unittest
 
 NO_ARCH=	yes
 
 PORTSCOUT=	limit:^6\.
 
-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.253H1uWG050549>