comms/py-hid: Update to 1.0.8
- Convert to USE_PYTHON=pep517 - Take maintainership Changes: https://github.com/apmorton/pyhidapi/commits/master
This commit is contained in:
@@ -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= ports@FreeBSD.org
|
||||
COMMENT= Ctypes bindings to comms/hidapi
|
||||
MAINTAINER= nxjoseph@protonmail.com
|
||||
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
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1739656219
|
||||
SHA256 (hid-1.0.7.tar.gz) = 3f809e292ab52c4435ad1442c8ef205be4c9ca4eeb80fb47c7d98e0c75527b2a
|
||||
SIZE (hid-1.0.7.tar.gz) = 4897
|
||||
TIMESTAMP = 1751375043
|
||||
SHA256 (hid-1.0.8.tar.gz) = 5ca129a7b9434ace5e3e429c1092a16792feffaf067a46b666e9c586872cdcfe
|
||||
SIZE (hid-1.0.8.tar.gz) = 4967
|
||||
|
||||
Reference in New Issue
Block a user