Date: Sun, 9 Oct 2022 15:40:11 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 493316ca99a8 - main - security/py-webauthn: Convert to USE_PYTHON=unittest Message-ID: <202210091540.299FeBEo046669@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=493316ca99a8df0d3c9d83e090205d0ac28beee2 commit 493316ca99a8df0d3c9d83e090205d0ac28beee2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-10-09 15:32:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-10-09 15:37:58 +0000 security/py-webauthn: Convert to USE_PYTHON=unittest --- security/py-webauthn/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/security/py-webauthn/Makefile b/security/py-webauthn/Makefile index 51a4c4888f2c..f33442eabd09 100644 --- a/security/py-webauthn/Makefile +++ b/security/py-webauthn/Makefile @@ -19,11 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.24.0:devel/py-asn1crypto@${PY_ ${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1,1:security/py-openssl@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent distutils unittest NO_ARCH= yes -do-test: - cd ${WRKSRC} && ${PYTHON_CMD} -m unittest -v - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091540.299FeBEo046669>