git: a3603035657a - main - devel/py-smmap: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:02:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a3603035657aea493b743bbb1ede406d42d1c6ed commit a3603035657aea493b743bbb1ede406d42d1c6ed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 16:57:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 16:57:46 +0000 devel/py-smmap: Convert to USE_PYTHON=unittest --- devel/py-smmap/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devel/py-smmap/Makefile b/devel/py-smmap/Makefile index f9ee01144bf6..302bae22a264 100644 --- a/devel/py-smmap/Makefile +++ b/devel/py-smmap/Makefile @@ -12,10 +12,8 @@ COMMENT= Sliding-window memory map manager LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} - USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes