aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2015-11-13 17:29:16 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:28:24 +0100
commitf6eabb868d18df772f753fc8f50ffd5ea48dac83 (patch)
treea646c26220b6130115a39123504e4f505d28dfad /meta-python
parent9d52ad586b59f22ab811a69e0211eb161f1f57f2 (diff)
downloadmeta-openembedded-contrib-f6eabb868d18df772f753fc8f50ffd5ea48dac83.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-evdev_0.5.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-evdev_0.5.0.bb b/meta-python/recipes-devtools/python/python-evdev_0.5.0.bb
new file mode 100644
index 0000000000..2435b456b5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-evdev_0.5.0.bb
@@ -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