python-evdev 1.4.0+dfsg-1build1 source package in Ubuntu

Changelog

python-evdev (1.4.0+dfsg-1build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:58:22 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Stephen Kitt
Architectures:
linux-any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-evdev_1.4.0+dfsg.orig.tar.xz 45.9 KiB 6b9bb580203b2fba6716efb4e5e639d4560ce578b96b6a1bb1e07f546922ff9f
python-evdev_1.4.0+dfsg-1build1.debian.tar.xz 5.0 KiB 17cfc11f6380f3ad3e0011f6722697683aa2a18a9f8ea7d074a220f408ae8d28
python-evdev_1.4.0+dfsg-1build1.dsc 2.2 KiB 7a90145e6b69e0faa1ac294c39aacc781d42677eace41d67ce9f4806f39cc92f

View changes file

Binary packages built by this source

python-evdev-doc: Python bindings for the Linux input subsystem (docs)

 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.
 .
 This is the documentation package.

python3-evdev: Python 3 bindings for the Linux input subsystem

 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.
 .
 This package installs the library for Python 3.

python3-evdev-dbgsym: debug symbols for python3-evdev