python-uinput 1.0.1-1 source package in Ubuntu

Changelog

python-uinput (1.0.1-1) unstable; urgency=medium

  * Team upload.
  * Switch to the official active upstream project.
  * New upstream release.
  * debian/watch: Monitor the correct upstream release.
  * debian/patches: Dropped, merged upstream.
  * debian/control: Use the new upstream information.
  * debian/control: Migrate to use pyproject.toml to build the project.

 -- Boyuan Yang <email address hidden>  Sun, 17 Mar 2024 18:00:59 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-uinput_1.0.1-1.dsc 2.1 KiB bbdfa83ff76fb17ab95c5a66172fc068cbdfdee82a9963b0c37c19960f8a139d
python-uinput_1.0.1.orig.tar.gz 45.9 KiB 768a9fe978306445ed006b654c4bb0762e0920bf9c76b0ec7d9432dfb070d121
python-uinput_1.0.1-1.debian.tar.xz 2.9 KiB 1494d83f70e0c8c6855d7f28ee6e9830bd37114b220741ebf3cb43b71ec13907

No changes file available.

Binary packages built by this source

python3-uinput: Pythonic API to Linux uinput kernel module (Python3)

 Python-uinput is Python interface to Linux uinput kernel module which allows
 attaching userspace device drivers into kernel. In practice, Python-uinput
 makes it dead simple to create virtual joysticks, keyboards and mice for
 generating arbitrary input events programmatically.
 .
 This package contains the python3 library.

python3-uinput-dbgsym: debug symbols for python3-uinput