mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
comms/py-hidapi: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket) With hat: python
This commit is contained in:
parent
3cd00a458a
commit
af810d9993
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue