Date: Sat, 9 Mar 2024 15:24:27 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: ad2e46c5a124 - main - security/py-keyrings.alt: Convert to USE_PYTHON=pytest Message-ID: <202403091524.429FOR5W050551@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=ad2e46c5a124dcb5c743f92f0c4c0ed4c09737d1 commit ad2e46c5a124dcb5c743f92f0c4c0ed4c09737d1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:57 +0000 security/py-keyrings.alt: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- security/py-keyrings.alt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/py-keyrings.alt/Makefile b/security/py-keyrings.alt/Makefile index ea07e7727e26..2c00f96752d6 100644 --- a/security/py-keyrings.alt/Makefile +++ b/security/py-keyrings.alt/Makefile @@ -19,8 +19,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fs>=0.5:devel/py-fs@${PY_FLAVOR} -USES= python pytest -USE_PYTHON= autoplist distutils +USES= python +USE_PYTHON= autoplist distutils pytest NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091524.429FOR5W050551>