From 7953d572e7f8dbbf0ef704847a05ee466e16cf84 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 26 Feb 2025 07:24:19 +0800 Subject: python3-evdev: upgrade 1.9.0 -> 1.9.1 Changelog: ========== - Fix fox missing UI_FF constants in generated ecodes.py. - More type annotations. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-evdev_1.9.0.bb | 22 ---------------------- .../recipes-devtools/python/python3-evdev_1.9.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-evdev_1.9.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.9.0.bb b/meta-python/recipes-devtools/python/python3-evdev_1.9.0.bb deleted file mode 100644 index 82849e0006..0000000000 --- a/meta-python/recipes-devtools/python/python3-evdev_1.9.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "Python evdev lib" -HOMEPAGE = "https://github.com/gvalkov/python-evdev" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d7bd1cc4c71b706c7e2d4053aef50f2a" - -SRC_URI[sha256sum] = "38218bc95507cad756bc621a5fe7a77a41eb8d9c1213855de8e4ba0aba28e79f" - -inherit pypi python_setuptools_build_meta - -do_compile:prepend() { - rm -rf ${S}/evdev/ecodes.c -} - -SETUPTOOLS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" - -RDEPENDS:${PN} += "\ - python3-ctypes \ - python3-fcntl \ - python3-io \ - python3-shell \ - python3-stringold \ - " diff --git a/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb b/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb new file mode 100644 index 0000000000..c48bc39c1f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-evdev_1.9.1.bb @@ -0,0 +1,22 @@ +SUMMARY = "Python evdev lib" +HOMEPAGE = "https://github.com/gvalkov/python-evdev" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d7bd1cc4c71b706c7e2d4053aef50f2a" + +SRC_URI[sha256sum] = "dc640a064cb1c9fe1f8b970dc2039945a2a275d7b7ee62284bf427238abe45ee" + +inherit pypi python_setuptools_build_meta + +do_compile:prepend() { + rm -rf ${S}/evdev/ecodes.c +} + +SETUPTOOLS_BUILD_ARGS = "build_ecodes --evdev-headers ${STAGING_DIR_TARGET}/usr/include/linux/input.h:${STAGING_DIR_TARGET}/usr/include/linux/input-event-codes.h" + +RDEPENDS:${PN} += "\ + python3-ctypes \ + python3-fcntl \ + python3-io \ + python3-shell \ + python3-stringold \ + " -- cgit v1.2.3-54-g00ecf