Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569342
en ru br
ALT Linux repos
S:1.6.1-alt1

Group :: Development/Python3
RPM: python3-module-evdev

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modname evdev

Name: python3-module-%modname
Version: 1.6.1
Release: alt1

Summary: Python3 bindings to the generic input event interface
Group: Development/Python3
License: BSD-3-Clause
Url: https://pypi.python.org/pypi/%modname
Vcs: https://github.com/gvalkov/python-evdev.git

Source: https://pypi.io/packages/source/e/%modname/%modname-%version.tar.gz

BuildRequires(pre): rpm-build-python3
BuildRequires: glibc-kernheaders
BuildRequires: python3-devel python3-module-distribute

%description
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/

%prep
%setup -n %modname-%version

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/%modname/
%exclude %python3_sitelibdir/*.egg-info
%doc README*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin