File hidapi.spec of Package pyhidapi
%{?sle15_python_module_pythons}
Name: hidapi
Version: 1.0.4.6.c3e48bb
Release: 0
Summary: hidapi bindings in ctypes
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/apmorton/pyhidapi
Source: pyhidapi-%{version}.tar.xz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
hidapi bindings in ctypes
%prep
%autosetup -p1 -n pyhidapi-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitelib}/hid
%{python_sitelib}/hid-1.0.7-py3.*.egg-info
%{python_sitelib}/hid/__pycache__
%{python_sitelib}/hid-1.0.7-py3.*.egg-info/PKG-INFO
%{python_sitelib}/hid-1.0.7-py3.*.egg-info/SOURCES.txt
%{python_sitelib}/hid-1.0.7-py3.*.egg-info/dependency_links.txt
%{python_sitelib}/hid-1.0.7-py3.*.egg-info/not-zip-safe
%{python_sitelib}/hid-1.0.7-py3.*.egg-info/top_level.txt
%{python_sitelib}/hid/__init__.py
%{python_sitelib}/hid/__pycache__/__init__.cpython-3*.opt-1.pyc
%{python_sitelib}/hid/__pycache__/__init__.cpython-3*.pyc
%changelog