From 1fde7eaaae8b5ea78d8922eb36d6627087776f1d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 30 May 2025 12:41:41 +0300 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-libevdev_0.12.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-libevdev_0.12.bb (limited to 'meta-python/recipes-devtools/python/python3-libevdev_0.12.bb') diff --git a/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb b/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb new file mode 100644 index 0000000000..cabcfd8df6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb @@ -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 \ +" -- cgit v1.2.3-54-g00ecf