# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-evdev VERSION= 1.9.2 KEYWORDS= python VARIANTS= v13 v14 SDESC[v13]= Linux input handling subsystem bindings (3.13) SDESC[v14]= Linux input handling subsystem bindings (3.14) HOMEPAGE= https://github.com/gvalkov/python-evdev CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/e/evdev DISTFILE[1]= evdev-1.9.2.tar.gz:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v13]= single SPKGS[v14]= single OPTIONS_AVAILABLE= PY313 PY314 OPTIONS_STANDARD= none VOPTS[v13]= PY313=ON PY314=OFF VOPTS[v14]= PY313=OFF PY314=ON ONLY_FOR_OPSYS= dragonfly freebsd linux midnightbsd BUILD_DEPENDS= evdev-proto:single:std USES= clang cclibs:single DISTNAME= evdev-1.9.2 GENERATED= yes [PY313].USES_ON= python:v13,pep517 [PY314].USES_ON= python:v14,pep517 pre-configure-midnightbsd: ${REINPLACE_CMD} -e 's#/usr/include#${LOCALBASE}/include#' \ ${WRKSRC}/setup.py ${WRKSRC}/src/evdev/genecodes_c.py pre-configure-dragonfly: ${REINPLACE_CMD} -e 's#/usr/include#${LOCALBASE}/include#' \ ${WRKSRC}/setup.py ${WRKSRC}/src/evdev/genecodes_c.py pre-configure-freebsd: ${REINPLACE_CMD} -e 's#/usr/include#${LOCALBASE}/include#' \ ${WRKSRC}/setup.py ${WRKSRC}/src/evdev/genecodes_c.py [FILE:787:descriptions/desc.single] # evdev
[image] [image] [image]
This package provides bindings to the generic input event interface in Linux. The *evdev* interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in `/dev/input/`. This package also comes with bindings to *uinput*, the userspace input subsystem. *Uinput* allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. ***Documentation:*** https://python-evdev.readthedocs.io/en/latest/ ***Development:*** https://github.com/gvalkov/python-evdev ***Package:*** https://pypi.python.org/pypi/evdev ***Changelog:*** https://python-evdev.readthedocs.io/en/latest/changelog.html [FILE:108:distinfo] 5d3278892ce1f92a74d6bf888cc8525d9f68af85dbe336c95d1c87fb8f423069 33301 python-src/evdev-1.9.2.tar.gz [FILE:367:patches/patch-evdev_genecodes__c.py] --- src/evdev/genecodes_c.py.orig 2025-02-02 20:25:21 UTC +++ src/evdev/genecodes_c.py @@ -36,7 +36,7 @@ uname = " ".join((uname[0], *uname[2:])) # ----------------------------------------------------------------------------- template_ecodes = r""" #include