git: 6fddb68b2465 - main - devel/py-aniso86016: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:01:56 UTC
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>