7dfa18001b
Add new port devel/py-pyudev, python bindnings to libudev. This is needed for updated libinput More info here: https://pyudev.readthedocs.io/en/latest/ Obtained from: https://github.com/myfreeweb/freebsd-ports-dank/tree/master/devel/py-pyudev PR: 222905 (based on) Submitted by: wulf, Greg V Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
8 lines
398 B
Text
8 lines
398 B
Text
pyudev is a LGPL licensed, pure Python binding for libudev, the device
|
|
and hardware management and information library for Linux. It supports
|
|
almost all libudev functionality. You can enumerate devices, query
|
|
device properties and attributes or monitor devices, including
|
|
asynchronous monitoring with threads, or within the event loops of Qt,
|
|
Glib or wxPython.
|
|
|
|
WWW: https://pyudev.readthedocs.org
|