01045f4
%global pypi_name cleo
01045f4
01045f4
%{?python_enable_dependency_generator}
01045f4
01045f4
%global common_description %{expand:
01045f4
Create beautiful and testable command-line interfaces.
01045f4
01045f4
Cleo is mostly a higher level wrapper for CliKit, so a lot of the
01045f4
components and utilities comes from it. Refer to its documentation for
01045f4
more information.}
01045f4
01045f4
Name:           python-%{pypi_name}
01045f4
Summary:        Create beautiful and testable command-line interfaces
fd32082
Version:        0.7.6
d9a7a5d
Release:        4%{?dist}
01045f4
License:        MIT
01045f4
01045f4
URL:            https://github.com/sdispater/cleo
01045f4
Source0:        %{pypi_source}
01045f4
01045f4
BuildArch:      noarch
01045f4
01045f4
BuildRequires:  python3-devel
01045f4
BuildRequires:  python3dist(setuptools)
01045f4
01045f4
%description %{common_description}
01045f4
01045f4
01045f4
%package -n     python3-%{pypi_name}
01045f4
Summary:        %{summary}
01045f4
%{?python_provide:%python_provide python3-%{pypi_name}}
01045f4
01045f4
%description -n python3-%{pypi_name} %{common_description}
01045f4
01045f4
01045f4
%prep
01045f4
%autosetup -n %{pypi_name}-%{version} -p1
01045f4
01045f4
01045f4
%build
01045f4
%py3_build
01045f4
01045f4
01045f4
%install
01045f4
%py3_install
01045f4
01045f4
01045f4
%files -n python3-%{pypi_name}
01045f4
%license LICENSE
01045f4
%doc README.rst
01045f4
fd32082
%{python3_sitelib}/%{pypi_name}/
fd32082
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
01045f4
01045f4
01045f4
%changelog
d9a7a5d
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-4
d9a7a5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d9a7a5d
1170e51
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.6-3
1170e51
- Rebuilt for Python 3.9
1170e51
f80d2dc
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.6-2
f80d2dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f80d2dc
fd32082
* Sun Dec 08 2019 Fabio Valentini <decathorpe@gmail.com> - 0.7.6-1
fd32082
- Update to version 0.7.6.
fd32082
1fd6514
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.8-3
1fd6514
- Rebuilt for Python 3.8.0rc1 (#1748018)
1fd6514
727059b
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.8-2
727059b
- Rebuilt for Python 3.8
727059b
01045f4
* Wed Dec 19 2018 Fabio Valentini <decathorpe@gmail.com> - 0.6.8-1
01045f4
- Initial package.
01045f4