meta-openembedded/meta-python/recipes-devtools/python/python3-libevdev_0.12.bb
Leon Anavi 1fde7eaaae
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-05-30 07:37:46 -07:00

18 lines
470 B
BlitzBasic

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 \
"