python-evdev: new package 3074/head
authorPaulo Costa <me@paulo.costa.nom.br>
Wed, 17 Aug 2016 01:16:21 +0000 (22:16 -0300)
committerPaulo Costa <me@paulo.costa.nom.br>
Fri, 18 Aug 2017 19:43:56 +0000 (16:43 -0300)
commit0141c529b018176c024a7e43e110bc2d5599a30e
tree5a234b17380130fd6ff9c3b70bfab74617469774
parentc7ef11ebe0a1b8ede60f4310decdc0c2b46e964f
python-evdev: new package

This build script supports both Python 2.x (python-evdev) and 3.x (python3-evdev)

From the README:

This package provides bindings to the generic input event interface in Linux.
The evdev interface serves the purpose of passing events generated in the kernel
directly to userspace through character devices that are typically located in /dev/input/.

This package also comes with bindings to uinput, the userspace input subsystem.
Uinput allows userspace programs to create and handle input devices that can inject
events directly into the input subsystem.

Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
lang/python/python-evdev/Makefile [new file with mode: 0644]