Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37637331
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-evdev

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin