|
 |
28d721a |
%global pypi_name clikit
|
|
 |
28d721a |
|
|
 |
28d721a |
%global common_description %{expand:
|
|
 |
28d721a |
CliKit is a group of utilities to build beautiful and testable command
|
|
 |
28d721a |
line interfaces. This is at the core of Cleo.}
|
|
 |
28d721a |
|
|
 |
28d721a |
Name: python-%{pypi_name}
|
|
 |
28d721a |
Summary: Utilities to build beautiful and testable CLIs
|
|
 |
77bf420 |
Version: 0.6.2
|
|
 |
2c76b0a |
Release: 5%{?dist}
|
|
 |
28d721a |
License: MIT
|
|
 |
28d721a |
|
|
 |
28d721a |
URL: https://github.com/sdispater/clikit
|
|
 |
28d721a |
Source0: %{pypi_source}
|
|
 |
28d721a |
|
|
 |
28d721a |
BuildArch: noarch
|
|
 |
28d721a |
|
|
 |
28d721a |
BuildRequires: python3-devel
|
|
 |
28d721a |
BuildRequires: python3dist(setuptools)
|
|
 |
28d721a |
|
|
 |
28d721a |
%description %{common_description}
|
|
 |
28d721a |
|
|
 |
28d721a |
|
|
 |
28d721a |
%package -n python3-%{pypi_name}
|
|
 |
28d721a |
Summary: %{summary}
|
|
 |
28d721a |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
28d721a |
|
|
 |
28d721a |
%description -n python3-%{pypi_name} %{common_description}
|
|
 |
28d721a |
|
|
 |
28d721a |
|
|
 |
28d721a |
%prep
|
|
 |
28d721a |
%autosetup -n %{pypi_name}-%{version} -p1
|
|
 |
28d721a |
|
|
 |
28d721a |
|
|
 |
28d721a |
%build
|
|
 |
28d721a |
%py3_build
|
|
 |
28d721a |
|
|
 |
28d721a |
|
|
 |
28d721a |
%install
|
|
 |
28d721a |
%py3_install
|
|
 |
28d721a |
|
|
 |
28d721a |
|
|
 |
28d721a |
%files -n python3-%{pypi_name}
|
|
 |
28d721a |
%license LICENSE
|
|
 |
28d721a |
%doc README.md
|
|
 |
28d721a |
|
|
 |
327b146 |
%{python3_sitelib}/%{pypi_name}/
|
|
 |
327b146 |
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
 |
28d721a |
|
|
 |
28d721a |
|
|
 |
28d721a |
%changelog
|
|
 |
2c76b0a |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-5
|
|
 |
2c76b0a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
2c76b0a |
|
|
 |
662e7d3 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-4
|
|
 |
662e7d3 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
662e7d3 |
|
|
 |
ae7c8de |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.6.2-3
|
|
 |
ae7c8de |
- Rebuilt for Python 3.10
|
|
 |
ae7c8de |
|
|
 |
c24608d |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
|
|
 |
c24608d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
c24608d |
|
|
 |
77bf420 |
* Sat Oct 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1
|
|
 |
77bf420 |
- Update to version 0.6.2.
|
|
 |
77bf420 |
|
|
 |
aafff19 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
|
|
 |
aafff19 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
aafff19 |
|
|
 |
5e94ac6 |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.2-2
|
|
 |
5e94ac6 |
- Rebuilt for Python 3.9
|
|
 |
5e94ac6 |
|
|
 |
79c416b |
* Fri Feb 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
|
|
 |
79c416b |
- Update to version 0.4.2.
|
|
 |
79c416b |
|
|
 |
fbb7d70 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
|
|
 |
fbb7d70 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
fbb7d70 |
|
|
 |
6f37084 |
* Sun Dec 08 2019 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
|
|
 |
6f37084 |
- Update to version 0.4.1.
|
|
 |
6f37084 |
|
|
 |
327b146 |
* Fri Nov 15 2019 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
|
|
 |
327b146 |
- Update to version 0.4.0.
|
|
 |
327b146 |
|
|
 |
6059b01 |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-3
|
|
 |
6059b01 |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
6059b01 |
|
|
 |
58371dc |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.4-2
|
|
 |
58371dc |
- Rebuilt for Python 3.8
|
|
 |
58371dc |
|
|
 |
28d721a |
* Sun May 12 2019 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-1
|
|
 |
28d721a |
- Update to version 0.2.4.
|
|
 |
28d721a |
|
|
 |
28d721a |
* Wed Dec 19 2018 Fabio Valentini <decathorpe@gmail.com> - 0.2.3-1
|
|
 |
28d721a |
- Initial package.
|
|
 |
28d721a |
|