2019-11-19 11:53:40 +08:00
|
|
|
Name: python-cycler
|
|
|
|
|
Version: 0.10.0
|
2022-01-05 17:51:15 +08:00
|
|
|
Release: 4
|
2019-11-19 11:53:40 +08:00
|
|
|
Summary: Composable cycles
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/matplotlib/cycler.git
|
|
|
|
|
Source0: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz#/cycler-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
2022-01-05 17:51:15 +08:00
|
|
|
BuildRequires:python3-devel python3-six
|
2019-11-19 11:53:40 +08:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Composable cycles used by matplotlib.
|
|
|
|
|
|
|
|
|
|
%package -n python3-cycler
|
|
|
|
|
Summary: Composable cycles
|
|
|
|
|
%{?python_provide:%python_provide python3-cycler}
|
|
|
|
|
|
|
|
|
|
%description -n python3-cycler
|
|
|
|
|
Composable cycles used by matplotlib.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n cycler-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%files -n python3-cycler
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.rst
|
|
|
|
|
%{python3_sitelib}/cycler.py
|
|
|
|
|
%{python3_sitelib}/__pycache__/
|
|
|
|
|
%{python3_sitelib}/cycler-*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-01-05 17:51:15 +08:00
|
|
|
* Wed Jan 5 2022 liyanan <liyanan32@huawei.com> - 0.10.0-4
|
|
|
|
|
- Drop the python-nose dependency
|
|
|
|
|
|
2020-10-30 10:07:19 +08:00
|
|
|
* Thu Oct 22 2020 zhangtao <zhangtao221@huawei.com> - 0.10.0-3
|
|
|
|
|
- remove python2
|
2020-03-12 11:02:58 +08:00
|
|
|
* Tue Nov 5 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10.0-2
|
2019-11-19 11:53:40 +08:00
|
|
|
- Package init
|