commit bc35801d55298d28579a5ebf68b0181383e33499 Author: dogsheng <960055655@qq.com> Date: Tue Nov 19 11:53:40 2019 +0800 Package init diff --git a/cycler-0.10.0.tar.gz b/cycler-0.10.0.tar.gz new file mode 100644 index 0000000..ffb044e Binary files /dev/null and b/cycler-0.10.0.tar.gz differ diff --git a/python-cycler.spec b/python-cycler.spec new file mode 100644 index 0000000..7aa6ff2 --- /dev/null +++ b/python-cycler.spec @@ -0,0 +1,43 @@ +Name: python-cycler +Version: 0.10.0 +Release: 1 +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 + +BuildRequires: python3-devel python3-nose python3-six + +%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 + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} run_tests.py + +%files -n python3-cycler +%license LICENSE +%doc README.rst +%{python3_sitelib}/cycler.py +%{python3_sitelib}/__pycache__/ +%{python3_sitelib}/cycler-*.egg-info/ + +%changelog +* Tue Nov 5 2019 openEuler Buildteam - 0.10.0-1 +- Package init