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.11.bb | 17 ----------------- .../recipes-devtools/python/python3-libevdev_0.12.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-libevdev_0.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-libevdev_0.12.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb b/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb deleted file mode 100644 index 8c05df38e3..0000000000 --- a/meta-python/recipes-devtools/python/python3-libevdev_0.11.bb +++ /dev/null @@ -1,17 +0,0 @@ -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] = "e9ca006a4df2488a60bd9a740011ee948d81904be2364f017e560169508f560f" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "libevdev" - -RDEPENDS:${PN} += " \ - libevdev \ - python3-ctypes \ -" 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