From af810d99930190808f80e7256f0ecb5bdc41e758 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 9 Mar 2024 23:21:12 +0800 Subject: [PATCH] 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