git: b29bf6b48cbd - main - devel/py-heapdict: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Jun 2022 23:19:50 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b29bf6b48cbda21a8a53805b9bbecfaae5fcca3f
commit b29bf6b48cbda21a8a53805b9bbecfaae5fcca3f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-09 23:10:45 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-09 23:16:04 +0000
devel/py-heapdict: Convert to USE_PYTHON=unittest
---
devel/py-heapdict/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/devel/py-heapdict/Makefile b/devel/py-heapdict/Makefile
index ca8466dd14b0..bced70cdf27c 100644
--- a/devel/py-heapdict/Makefile
+++ b/devel/py-heapdict/Makefile
@@ -14,11 +14,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
-do-test:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} test_heap.py
-
.include <bsd.port.mk>