Skip to content

Commit

Permalink
comms/py-hidapi: Convert to USE_PYTHON=pytest
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
With hat:	python
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 3cd00a4 commit af810d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comms/py-hidapi/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit af810d9

Please sign in to comment.