Skip to content
Snippets Groups Projects
Commit f3dc37b6 authored by Wen Heping's avatar Wen Heping
Browse files

comms/py-hid: Update to 1.0.6

Update pkg-descr
Pass maintainership to submitter

PR:		283732
Reported by:	nxjoseph@protonmail.com
parent 806e90ee
Branches
Tags
No related merge requests found
PORTNAME= hid
DISTVERSION= 1.0.4
PORTREVISION= 1
DISTVERSION= 1.0.6
CATEGORIES= comms python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= nxjoseph@protonmail.com
COMMENT= Ctypes bindings to comms/hidapi
WWW= https://github.com/apmorton/pyhidapi
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= hidapi>0:comms/hidapi
......
TIMESTAMP = 1620655811
SHA256 (hid-1.0.4.tar.gz) = f61b0382f37a334bc8ba8604bc84b94875ee4f594fbbaf82b2c3b3e827883fc1
SIZE (hid-1.0.4.tar.gz) = 3941
TIMESTAMP = 1739434809
SHA256 (hid-1.0.6.tar.gz) = 48d764d7ae9746ba123b96dbf457893ca80268b7791c4b1d2e051310eeb83860
SIZE (hid-1.0.6.tar.gz) = 4837
--- hid/__init__.py.orig 2024-04-11 03:39:41 UTC
--- hid/__init__.py.orig 2025-02-13 08:24:09 UTC
+++ hid/__init__.py
@@ -7,6 +7,7 @@ library_paths = (
hidapi = None
library_paths = (
+ 'libhidapi.so',
'libhidapi-hidraw.so',
'libhidapi-hidraw.so.0',
'libhidapi-libusb.so',
@@ -8,6 +8,7 @@ library_paths = (
hidapi = None
library_paths = (
+ 'libhidapi.so',
'libhidapi-hidraw.so',
'libhidapi-hidraw.so.0',
'libhidapi-libusb.so',
Ctypes bindings for hidapi.
pyhidapi is a Python library that provides an interface to the hidapi
library, enabling communication with Human Interface Devices (HID)
such as keyboards and mice. It allows users to easily access device
information and send or receive data through a simple API.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment