%global pypi_name gpiozero Name: python-%{pypi_name} Version: 1.6.2 Release: 7%{?dist} Summary: Interface to GPIO on Raspberry Pi License: BSD URL: https://github.com/RPi-Distro/python-gpiozero Source0: %pypi_source BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description A simple interface to GPIO devices with Raspberry Pi. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3dist(setuptools) Recommends: python3dist(pigpio) %description -n python3-%{pypi_name} A simple interface to GPIO devices with Raspberry Pi. %prep %autosetup -n %{pypi_name}-%{version} %build %py3_build %install %py3_install #check #{__python3} setup.py test # this is not testable without RPi %files -n python3-%{pypi_name} %doc README.rst %{_bindir}/pinout %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/gpiozerocli/ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Fri Jan 20 2023 Fedora Release Engineering - 1.6.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.6.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.6.2-5 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.6.2-2 - Rebuilt for Python 3.10 * Thu Apr 01 2021 Tomas Hrnciar - 1.6.2-1 - Update to 1.6.2 * Wed Jan 27 2021 Fedora Release Engineering - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.5.1-2 - Rebuilt for Python 3.9 * Wed Mar 18 2020 Tomas Hrnciar - 1.5.1-1 - Update to 1.5.1 * Thu Jan 30 2020 Fedora Release Engineering - 1.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 1.4.1-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.4.1-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Aug 14 2018 Miro Hrončok - 1.4.1-1 - Initial package