python-evdev: add python-evdev 0.5.0

Python-evdev is a Python module that gives access to the input event interface
from userspace.
https://python-evdev.readthedocs.org/en/latest/

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Nicolas Ferre 2015-11-13 17:29:16 +01:00 committed by Martin Jansa
parent 9d52ad586b
commit f6eabb868d

View File

@ -0,0 +1,11 @@
SUMMARY = "Python evdev lib"
HOMEPAGE = "https://github.com/gvalkov/python-evdev"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b500cb3c70f576a0a75125beda9491a"
SRC_URI = "https://github.com/gvalkov/python-evdev/archive/v${PV}.zip"
SRC_URI[md5sum] = "30c11ee7bd4a943f8ae586d839b860f2"
SRC_URI[sha256sum] = "ce6a757e28b56a12a9ad4e86420db4b11918b75ba1cd70f7444e904a7284b6fe"
inherit setuptools