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

Changelog

python-evdev (1.2.0+dfsg-1build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:21:11 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.2.0+dfsg.orig.tar.gz 50.8 KiB 7fc50e0813ef49413cc509c8114631b100b8bd447e3980a16f644a3643e5ae7d
python-evdev_1.2.0+dfsg-1build1.debian.tar.xz 5.0 KiB bceea90940deb64f0b6b72902e230295e9ae99f46527462a2f61d613e2a8df7f
python-evdev_1.2.0+dfsg-1build1.dsc 2.2 KiB 5dcf767ee673dfd424d1b21a881cba26d5664a4b3f0076bbf1dc36c3184512d3

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