%global pypi_name cleo %global common_description %{expand: Create beautiful and testable command-line interfaces. Cleo is mostly a higher level wrapper for CliKit, so a lot of the components and utilities comes from it. Refer to its documentation for more information.} %global prerel a5 %global upstream_version 1.0.0 Name: python-%{pypi_name} Summary: Create beautiful and testable command-line interfaces Version: %{upstream_version}%{?prerel:~%{prerel}} Release: 1%{?dist} License: MIT URL: https://github.com/sdispater/cleo Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description %{common_description} %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} %{common_description} %prep %autosetup -n %{pypi_name}-%{upstream_version}%{?prerel:%{prerel}} -p1 %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE %doc README.md %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-%{upstream_version}%{?prerel:%{prerel}}-py%{python3_version}.egg-info/ %changelog * Tue Oct 04 2022 Tomáš Hrnčiar - 1.0.0~a5-1 - Update to 1.0.0a5 * Fri Jul 22 2022 Fedora Release Engineering - 0.8.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.8.1-6 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 0.8.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.8.1-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Oct 03 2020 Fabio Valentini - 0.8.1-1 - Update to version 0.8.1. * Wed Jul 29 2020 Fedora Release Engineering - 0.7.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.7.6-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.7.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sun Dec 08 2019 Fabio Valentini - 0.7.6-1 - Update to version 0.7.6. * Thu Oct 03 2019 Miro Hrončok - 0.6.8-3 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.6.8-2 - Rebuilt for Python 3.8 * Wed Dec 19 2018 Fabio Valentini - 0.6.8-1 - Initial package.