git: af810d999301 - main - comms/py-hidapi: Convert to USE_PYTHON=pytest
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 15:23:56 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=af810d99930190808f80e7256f0ecb5bdc41e758 commit af810d99930190808f80e7256f0ecb5bdc41e758 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 15:21:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 15:21:12 +0000 comms/py-hidapi: Convert to USE_PYTHON=pytest Approved by: portmgr (blanket) With hat: python --- comms/py-hidapi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comms/py-hidapi/Makefile b/comms/py-hidapi/Makefile index 3db29ffb8ee4..e9319adf65e4 100644 --- a/comms/py-hidapi/Makefile +++ b/comms/py-hidapi/Makefile @@ -25,11 +25,11 @@ LIB_DEPENDS= libhidapi.so:comms/hidapi RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} -USES= pytest python +USES= python USE_GITHUB= yes GH_ACCOUNT= trezor GH_PROJECT= cython-hidapi -USE_PYTHON= autoplist cython pep517 +USE_PYTHON= autoplist cython pep517 pytest MAKE_ENV+= DISTUTILS_DEBUG=1