mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
9d52ad586b
commit
f6eabb868d
11
meta-python/recipes-devtools/python/python-evdev_0.5.0.bb
Normal file
11
meta-python/recipes-devtools/python/python-evdev_0.5.0.bb
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user