git: facd9afa42a9 - main - devel/py-more-itertools: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:02:00 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=facd9afa42a96db91e8b597a12fcb6a2fe67b697
commit facd9afa42a96db91e8b597a12fcb6a2fe67b697
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:45 +0000
devel/py-more-itertools: Convert to USE_PYTHON=unittest
---
devel/py-more-itertools/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/devel/py-more-itertools/Makefile b/devel/py-more-itertools/Makefile
index 2a4b6d16c500..98087a86760c 100644
--- a/devel/py-more-itertools/Makefile
+++ b/devel/py-more-itertools/Makefile
@@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
@@ -21,7 +21,4 @@ post-patch:
@${RM} ${WRKSRC}/pyproject.toml
@${SED} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${FILESDIR}/setup.py > ${WRKSRC}/setup.py
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
-
.include <bsd.port.mk>