%global pypi_name plugnplay Name: python-%{pypi_name} Version: 0.5.4 Release: 9%{?dist} Summary: A generic plug-in system for Python License: BSD URL: http://github.com/daltonmatos/plugnplay Source0: %{pypi_source} BuildArch: noarch %description Plug n' PLay (PnP) is a Generic plug-in system inspired by Trac's internal component management. With PnP you can turn any program into a pluggable software very easily. You just have to define the Interfaces and let others implement them. %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} Plug n' PLay (PnP) is a Generic plug-in system inspired by Trac's internal component management. With PnP you can turn any program into a pluggable software very easily. You just have to define the Interfaces and let others implement them. %prep %autosetup -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %doc README.rst %license LICENSE %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-%{version}-py*.egg-info/ %changelog * Fri Jul 22 2022 Fedora Release Engineering - 0.5.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.5.4-8 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.5.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.5.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.5.4-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro HronĨok - 0.5.4-2 - Rebuilt for Python 3.9 * Sun Mar 29 2020 Fabian Affolter - 0.5.4-1 - Add upstream license file (rhbz#1809994) - Update to latest upstream release 0.5.4 * Wed Mar 04 2020 Fabian Affolter - 0.5.3-1 - Initial package for Fedora