mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-26 01:28:27 +00:00
python3-libevdev: Upgrade 0.11 -> 0.12
Upgrade to release 0.12: - Fix intersphinx mapping - setup.cfg: Replace dashes with underscores - readthedocs: fix path to requirements.txt - docs: install the rtd sphinx theme for readthedocs - doc: add a readthedocs config file Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
17
meta-python/recipes-devtools/python/python3-libevdev_0.12.bb
Normal file
17
meta-python/recipes-devtools/python/python3-libevdev_0.12.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "python-libevdev is a Python wrapper around the libevdev C library."
|
||||
HOMEPAGE = "https://gitlab.freedesktop.org/libevdev/python-libevdev"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d94c10c546b419eddc6296157ec40747"
|
||||
|
||||
SRC_URI[sha256sum] = "02e952632ec6c249cbb9c66f6fa00012ea448b06606c77cd139133bc2fe46b08"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE = "libevdev"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
libevdev \
|
||||
python3-ctypes \
|
||||
"
|
||||
Reference in New Issue
Block a user