git: 5cc2c7ad3ce9 - main - devel/py-semantic-version: Convert to USE_PYTHON=nose2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 11:04:00 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cc2c7ad3ce9c7ebef5c859acaada0220461f22a commit 5cc2c7ad3ce9c7ebef5c859acaada0220461f22a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-09 10:58:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-09 10:58:27 +0000 devel/py-semantic-version: Convert to USE_PYTHON=nose2 --- devel/py-semantic-version/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/devel/py-semantic-version/Makefile b/devel/py-semantic-version/Makefile index 4b6400409f4d..dcd28e6fb67a 100644 --- a/devel/py-semantic-version/Makefile +++ b/devel/py-semantic-version/Makefile @@ -16,11 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.1:www/py-django32@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils nose2 NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} setup.py test - .include <bsd.port.mk>