All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-evdev: add python-evdev 0.5.0
@ 2015-11-13 16:29 Nicolas Ferre
  2015-11-13 16:29 ` [meta-python][jethro][PATCH] " Nicolas Ferre
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Ferre @ 2015-11-13 16:29 UTC (permalink / raw)
  To: openembedded-devel, akuster808; +Cc: Nicolas Ferre

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>
---
 meta-python/recipes-devtools/python/python-evdev_0.5.0.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python-evdev_0.5.0.bb

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 000000000000..2435b456b5e6
--- /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
-- 
2.1.3



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-14 16:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 16:29 [PATCH] python-evdev: add python-evdev 0.5.0 Nicolas Ferre
2015-11-13 16:29 ` [meta-python][jethro][PATCH] " Nicolas Ferre
2015-11-14 16:19   ` akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.