116 lines
3.8 KiB
RPMSpec
116 lines
3.8 KiB
RPMSpec
Name: spyder
|
|
Version: 4.2.5
|
|
Release: 1mamba
|
|
Summary: A Scientific PYthon Development EnviRonment
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/spyder-ide/spyder
|
|
Source: https://github.com/spyder-ide/spyder.git/v%{version}/spyder-%{version}.tar.bz2
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython3-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libpython3-devel
|
|
Requires: python3 >= %python3_version
|
|
Requires: PyQt5-py3
|
|
Requires: python-psutil-py3
|
|
Requires: python-matplotlib-py3
|
|
Requires: python-Sphinx
|
|
Requires: python-pygments-py3
|
|
Requires: python-pyzmq-py3
|
|
Requires: python-atomicwrites-py3
|
|
Requires: python-spyder-kernels-py3
|
|
Requires: python-pickleshare-py3
|
|
Requires: python-QtPy-py3
|
|
Requires: python-QDarkStyle-py3
|
|
Requires: python-QtAwesome-py3
|
|
Requires: python-qtconsole-py3
|
|
Requires: python-diff-match-patch-py3
|
|
Requires: ipython
|
|
Requires: python-traitlets-py3
|
|
Requires: python-decorator-py3
|
|
Requires: python-prompt_toolkit-py3
|
|
Requires: python-wcwidth-py3
|
|
Requires: python-three-merge-py3
|
|
Requires: python-intervaltree-py3
|
|
Requires: python-jupyter_client-py3
|
|
Requires: python-textdistance-py3
|
|
Requires: pylint-py3
|
|
Requires: python-cloudpickle-py3
|
|
Requires: python-xdg-py3
|
|
Requires: python-ipykernel-py3
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%{__python3} setup.py install \
|
|
-O1 --skip-build \
|
|
--root="%{buildroot}" \
|
|
--install-headers=%{python3_inc}/python \
|
|
--install-lib=%{python3_sitearch} \
|
|
--record=%{name}.filelist
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
%files -f %{name}.filelist
|
|
%defattr(-,root,root)
|
|
|
|
%changelog
|
|
* Fri Mar 26 2021 Automatic Build System <autodist@mambasoft.it> 4.2.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 4.2.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 4.2.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 4.2.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jan 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-3mamba
|
|
- added more python requirements
|
|
|
|
* Wed Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-2mamba
|
|
- added a (first) series of python requirements
|
|
|
|
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 4.1.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 30 2020 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jul 13 2020 Automatic Build System <autodist@mambasoft.it> 4.1.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 3.3.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 16 2016 Automatic Build System <autodist@mambasoft.it> 2.3.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-3mamba
|
|
- require ipython3 instead of ipython
|
|
|
|
* Sun Jan 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-2mamba
|
|
- require python-pygments to enable Css highlighter support and fix css file editing
|
|
|
|
* Sun Dec 06 2015 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Oct 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
|
|
- package created using the webbuild interface
|