Nicolas, meta-openembdded is closed to new packages. Bug and security fixes only.
- armin On 11/13/2015 08:29 AM, Nicolas Ferre wrote: > 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 <[email protected]> > --- > 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 > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
