git: e80079fbd73f - main - devel/py-funcsigs: Convert to USE_PYTHON=unittest2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:02:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e80079fbd73f9865fdfcf7f2d5052a895fc16290 commit e80079fbd73f9865fdfcf7f2d5052a895fc16290 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 16:58:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 16:58:02 +0000 devel/py-funcsigs: Convert to USE_PYTHON=unittest2 --- devel/py-funcsigs/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/devel/py-funcsigs/Makefile b/devel/py-funcsigs/Makefile index ef4078e10fab..d52dbf2f339a 100644 --- a/devel/py-funcsigs/Makefile +++ b/devel/py-funcsigs/Makefile @@ -12,14 +12,9 @@ COMMENT= Python function signatures from PEP362 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}unittest2>=0:devel/py-unittest2@${PY_FLAVOR} - USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest2 NO_ARCH= yes -do-test: - cd ${WRKSRC}/ && ${PYTHON_CMD} -m unittest2 -v - .include <bsd.port.mk>