diff options
Diffstat (limited to 'comms/py-hid/Makefile')
-rw-r--r-- | comms/py-hid/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/comms/py-hid/Makefile b/comms/py-hid/Makefile index 7424a40f8d9a..7b93c92b3dba 100644 --- a/comms/py-hid/Makefile +++ b/comms/py-hid/Makefile @@ -1,21 +1,22 @@ PORTNAME= hid -DISTVERSION= 1.0.7 -PORTREVISION= 1 +DISTVERSION= 1.0.8 CATEGORIES= comms python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nxjoseph@protonmail.com -COMMENT= Ctypes bindings to comms/hidapi +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= ctypes bindings for hidapi WWW= https://github.com/apmorton/pyhidapi LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= hidapi>0:comms/hidapi +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= hidapi>=0:comms/hidapi USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |