2024-01-05 18:04:42 +01:00
|
|
|
Name: spyder
|
2024-01-05 18:04:45 +01:00
|
|
|
Version: 5.4.5
|
|
|
|
Release: 1mamba
|
2024-01-05 18:04:42 +01:00
|
|
|
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
|
2024-01-05 18:04:44 +01:00
|
|
|
BuildRequires: (python3.10dist(ipython) < 8.10 or python3.10dist(ipython) > 8.10)
|
2024-01-05 18:04:45 +01:00
|
|
|
BuildRequires: (python3.10dist(ipython) < 8.11 or python3.10dist(ipython) > 8.11)
|
|
|
|
BuildRequires: (python3.10dist(ipython) < 8.12 or python3.10dist(ipython) > 8.12)
|
|
|
|
BuildRequires: (python3.10dist(ipython) < 8.12.1 or python3.10dist(ipython) > 8.12.1)
|
2024-01-05 18:04:44 +01:00
|
|
|
BuildRequires: (python3.10dist(ipython) < 8.8 or python3.10dist(ipython) > 8.8)
|
|
|
|
BuildRequires: (python3.10dist(ipython) < 8.9 or python3.10dist(ipython) > 8.9)
|
|
|
|
BuildRequires: libpython310-devel
|
|
|
|
BuildRequires: python3.10dist(atomicwrites)
|
|
|
|
BuildRequires: python3.10dist(chardet)
|
|
|
|
BuildRequires: python3.10dist(cloudpickle)
|
|
|
|
BuildRequires: python3.10dist(cookiecutter)
|
|
|
|
BuildRequires: python3.10dist(diff-match-patch)
|
|
|
|
BuildRequires: python3.10dist(intervaltree)
|
|
|
|
BuildRequires: python3.10dist(ipython)
|
|
|
|
BuildRequires: python3.10dist(jedi)
|
|
|
|
BuildRequires: python3.10dist(jellyfish)
|
|
|
|
BuildRequires: python3.10dist(jsonschema)
|
|
|
|
BuildRequires: python3.10dist(keyring)
|
|
|
|
BuildRequires: python3.10dist(nbconvert)
|
|
|
|
BuildRequires: python3.10dist(numpydoc)
|
|
|
|
BuildRequires: python3.10dist(parso)
|
|
|
|
BuildRequires: python3.10dist(pexpect)
|
|
|
|
BuildRequires: python3.10dist(pickleshare)
|
|
|
|
BuildRequires: python3.10dist(psutil)
|
|
|
|
BuildRequires: python3.10dist(pygments)
|
|
|
|
BuildRequires: python3.10dist(pylint)
|
|
|
|
BuildRequires: python3.10dist(pylint-venv)
|
|
|
|
BuildRequires: python3.10dist(pyls-spyder)
|
|
|
|
BuildRequires: python3.10dist(pyqt5)
|
|
|
|
BuildRequires: python3.10dist(pyqtwebengine)
|
|
|
|
BuildRequires: python3.10dist(python-lsp-black)
|
|
|
|
BuildRequires: python3.10dist(python-lsp-server)
|
|
|
|
BuildRequires: python3.10dist(pyxdg)
|
|
|
|
BuildRequires: python3.10dist(pyzmq)
|
|
|
|
BuildRequires: python3.10dist(qdarkstyle)
|
|
|
|
BuildRequires: python3.10dist(qstylizer)
|
|
|
|
BuildRequires: python3.10dist(qtawesome)
|
|
|
|
BuildRequires: python3.10dist(qtconsole)
|
|
|
|
BuildRequires: python3.10dist(qtpy)
|
|
|
|
BuildRequires: python3.10dist(rtree)
|
|
|
|
BuildRequires: python3.10dist(setuptools)
|
|
|
|
BuildRequires: python3.10dist(sphinx)
|
|
|
|
BuildRequires: python3.10dist(spyder-kernels)
|
|
|
|
BuildRequires: python3.10dist(textdistance)
|
|
|
|
BuildRequires: python3.10dist(three-merge)
|
|
|
|
BuildRequires: python3.10dist(watchdog)
|
2024-01-05 18:04:42 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 18:04:43 +01:00
|
|
|
Requires: ipython
|
2024-01-05 18:04:42 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 18:04:43 +01:00
|
|
|
sed -i "s|pyqt5<5.13|pyqt5|" setup.py
|
|
|
|
sed -i "s|pyqtwebengine<5.13|pyqtwebengine|" setup.py
|
|
|
|
sed -i "s|qdarkstyle==3.0.2|qdarkstyle>=3.0.2|" setup.py
|
2024-01-05 18:04:42 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 18:04:44 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python310} setup.py build
|
2024-01-05 18:04:42 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 18:04:44 +01:00
|
|
|
%{__python310} setup.py install \
|
2024-01-05 18:04:42 +01:00
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
2024-01-05 18:04:44 +01:00
|
|
|
--install-headers=%{python310_inc}/python \
|
|
|
|
--install-lib=%{python310_sitearch} \
|
2024-01-05 18:04:42 +01:00
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
|
|
|
%files -f %{name}.filelist
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 18:04:44 +01:00
|
|
|
%dir %{python310_sitearch}/spyder-%{version}-py*.egg-info
|
|
|
|
%{python310_sitearch}/spyder-%{version}-py*.egg-info/*
|
2024-01-05 18:04:42 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:04:45 +01:00
|
|
|
* Wed Aug 30 2023 Automatic Build System <autodist@mambasoft.it> 5.4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Automatic Build System <autodist@mambasoft.it> 5.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:44 +01:00
|
|
|
* Fri Apr 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.4.3-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
|
|
|
* Wed Apr 05 2023 Automatic Build System <autodist@mambasoft.it> 5.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:44 +01:00
|
|
|
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 5.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Fri Dec 30 2022 Automatic Build System <autodist@mambasoft.it> 5.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Sun Nov 06 2022 Automatic Build System <autodist@mambasoft.it> 5.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Tue Aug 30 2022 Automatic Build System <autodist@mambasoft.it> 5.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 14 2022 Automatic Build System <autodist@mambasoft.it> 5.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Tue May 24 2022 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Thu Mar 31 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Sat Feb 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.2-2mamba
|
|
|
|
- unrestrict versioned requirements for pyqt5, pyqtwebengine and qdarkstyle
|
|
|
|
|
|
|
|
* Sun Feb 13 2022 Automatic Build System <autodist@mambasoft.it> 5.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 17 2021 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 11 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Fri Mar 26 2021 Automatic Build System <autodist@mambasoft.it> 4.2.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Sat Mar 20 2021 Automatic Build System <autodist@mambasoft.it> 4.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 4.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 4.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:43 +01:00
|
|
|
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 4.1.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Thu Jul 30 2020 Automatic Build System <autodist@mambasoft.it> 4.1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Mon Jul 13 2020 Automatic Build System <autodist@mambasoft.it> 4.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 3.3.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Mon May 16 2016 Automatic Build System <autodist@mambasoft.it> 2.3.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Tue Jan 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.8-3mamba
|
|
|
|
- require ipython3 instead of ipython
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Sun Dec 06 2015 Automatic Build System <autodist@mambasoft.it> 2.3.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:04:42 +01:00
|
|
|
* Wed Oct 07 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
|
|
|
|
- package created using the webbuild interface
|