rebuilt with distdeps [release 0.10.0-3mamba;Sat Apr 10 2021]
This commit is contained in:
parent
7bb8652b71
commit
53b1a68edb
@ -1,6 +1,6 @@
|
|||||||
Name: python-cycler
|
Name: python-cycler
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: mathplotlib libraty - composable cycles
|
Summary: mathplotlib libraty - composable cycles
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,11 +10,9 @@ URL: https://github.com/matplotlib/cycler
|
|||||||
Source: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz
|
Source: https://github.com/matplotlib/cycler/archive/v%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(six)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.7.4
|
|
||||||
Requires: python >= %python_version
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -38,16 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/cycler-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/cycler-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-3mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
|
* Thu Aug 08 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.0-2mamba
|
||||||
- rebuilt with python3 3.7.4
|
- rebuilt with python3 3.7.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user