git: 17a787b74616 - main - security/py-asyncssh: Convert to USE_PYTHON=unittest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 17:02:05 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17a787b74616285b18c86b7695836e2d56aa7892
commit 17a787b74616285b18c86b7695836e2d56aa7892
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 16:57:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 16:57:49 +0000
security/py-asyncssh: Convert to USE_PYTHON=unittest
---
security/py-asyncssh/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/security/py-asyncssh/Makefile b/security/py-asyncssh/Makefile
index fa768fa5ad5e..d5681d99b333 100644
--- a/security/py-asyncssh/Makefile
+++ b/security/py-asyncssh/Makefile
@@ -14,7 +14,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=3.1:security/py-cryptography@$
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6:devel/py-typing-extensions@${PY_FLAVOR}
USES= cpe python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
@@ -38,7 +38,4 @@ NETTLE_LIB_DEPENDS= libnettle.so:security/nettle
PKCS11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-pkcs11>=0.7.0:security/py-python-pkcs11@${PY_FLAVOR}
PYOPENSSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>=17.0.0:security/py-openssl@${PY_FLAVOR}
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v
-
.include <bsd.port.mk>