mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-10 20:28:17 +00:00
python3-evdev: Upgrade 1.8.0 -> 1.9.0
Upgrade to release 1.9.0: - Fix for CPATH/C_INCLUDE_PATH being ignored during build. - Slightly faster reading of events in device.read() and device.read_one(). - Fix FreeBSD support. - Drop deprecated InputDevice.fn (use InputDevice.path instead). - Improve type hint coverage and add a py.typed file to the sdist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
22
meta-python/recipes-devtools/python/python3-evdev_1.9.0.bb
Normal file
22
meta-python/recipes-devtools/python/python3-evdev_1.9.0.bb
Normal file
@@ -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] = "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 \
|
||||
"
|
||||
Reference in New Issue
Block a user