15
0
forked from pool/python-evdev

Switch back to the github release.

(There are no tests packaged in the PyPI tarball)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evdev?expand=0&rev=4
This commit is contained in:
2018-06-26 19:27:11 +00:00
committed by Git OBS Bridge
parent 7c5f09ab45
commit fba5251074
3 changed files with 5 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
#
%define modname evdev
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-evdev
Version: 1.0.0
@@ -24,7 +25,7 @@ Summary: Python bindings to the Linux input handling subsystem
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/gvalkov/python-evdev
Source: %{name}-%version.tar.xz
Source: https://github.com/gvalkov/%{name}/archive/v%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}