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 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-libevdev_0.11.bb (limited to 'meta-python/recipes-devtools/python/python3-libevdev_0.11.bb') 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 \ -" -- cgit v1.2.3-54-g00ecf