comms/py-hidapi: Convert to USE_PYTHON=pytest

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh 2024-03-09 23:21:12 +08:00
parent 3cd00a458a
commit af810d9993
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 2 additions and 2 deletions

View File

@ -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