Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 15:23:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af810d999301 - main - comms/py-hidapi: Convert to USE_PYTHON=pytest
Message-ID:  <202403091523.429FNubH049339@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091523.429FNubH049339>