222 lines
8.2 KiB
RPMSpec
222 lines
8.2 KiB
RPMSpec
Name: spyder
|
|
Version: 6.0.1
|
|
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: (python3.11dist(ipython) < 8.17.1 or python3.11dist(ipython) > 8.17.1)
|
|
BuildRequires: libpython311-devel
|
|
BuildRequires: python3.11dist(aiohttp)
|
|
BuildRequires: python3.11dist(asyncssh)
|
|
BuildRequires: python3.11dist(atomicwrites)
|
|
BuildRequires: python3.11dist(chardet)
|
|
BuildRequires: python3.11dist(cloudpickle)
|
|
BuildRequires: python3.11dist(cookiecutter)
|
|
BuildRequires: python3.11dist(diff-match-patch)
|
|
BuildRequires: python3.11dist(importlib-metadata)
|
|
BuildRequires: python3.11dist(intervaltree)
|
|
BuildRequires: python3.11dist(ipython)
|
|
BuildRequires: python3.11dist(jedi)
|
|
BuildRequires: python3.11dist(jellyfish)
|
|
BuildRequires: python3.11dist(jsonschema)
|
|
BuildRequires: python3.11dist(keyring)
|
|
BuildRequires: python3.11dist(nbconvert)
|
|
BuildRequires: python3.11dist(numpydoc)
|
|
BuildRequires: python3.11dist(parso)
|
|
BuildRequires: python3.11dist(pexpect)
|
|
BuildRequires: python3.11dist(pickleshare)
|
|
BuildRequires: python3.11dist(psutil)
|
|
BuildRequires: python3.11dist(pygithub)
|
|
BuildRequires: python3.11dist(pygments)
|
|
BuildRequires: python3.11dist(pylint)
|
|
BuildRequires: python3.11dist(pylint-venv)
|
|
BuildRequires: python3.11dist(pyls-spyder)
|
|
BuildRequires: python3.11dist(pyqt5)
|
|
BuildRequires: python3.11dist(pyqtwebengine)
|
|
BuildRequires: python3.11dist(python-lsp-black)
|
|
BuildRequires: python3.11dist(python-lsp-server)
|
|
BuildRequires: python3.11dist(pyuca)
|
|
BuildRequires: python3.11dist(pyxdg)
|
|
BuildRequires: python3.11dist(pyzmq)
|
|
BuildRequires: python3.11dist(qdarkstyle)
|
|
BuildRequires: python3.11dist(qstylizer)
|
|
BuildRequires: python3.11dist(qtawesome)
|
|
BuildRequires: python3.11dist(qtconsole)
|
|
BuildRequires: python3.11dist(qtpy)
|
|
BuildRequires: python3.11dist(rtree)
|
|
BuildRequires: python3.11dist(setuptools)
|
|
BuildRequires: python3.11dist(sphinx)
|
|
BuildRequires: python3.11dist(spyder-kernels)
|
|
BuildRequires: python3.11dist(superqt)
|
|
BuildRequires: python3.11dist(textdistance)
|
|
BuildRequires: python3.11dist(three-merge)
|
|
BuildRequires: python3.11dist(watchdog)
|
|
BuildRequires: python3.11dist(yarl)
|
|
## AUTOBUILDREQ-END
|
|
Requires: ipython
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%prep
|
|
%setup -q
|
|
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
|
|
sed -i "s|pylint>=2.5.0.*'|pylint>=2.5.0'|" setup.py
|
|
|
|
%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)
|
|
%dir %{python3_sitearch}/spyder-%{version}-py*.egg-info
|
|
%{python3_sitearch}/spyder-%{version}-py*.egg-info/*
|
|
|
|
%changelog
|
|
* Tue Sep 24 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 03 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 27 2024 Automatic Build System <autodist@openmamba.org> 5.5.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jun 12 2024 Automatic Build System <autodist@openmamba.org> 5.5.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 5.5.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 17 2024 Automatic Build System <autodist@openmamba.org> 5.5.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 5.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.1-2mamba
|
|
- relax version requirement for pylint
|
|
|
|
* Wed Feb 07 2024 Automatic Build System <autodist@openmamba.org> 5.5.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.0-2mamba
|
|
- rebuilt with python3 == 3.11
|
|
|
|
* Wed Nov 08 2023 Automatic Build System <autodist@mambasoft.it> 5.5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* 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
|
|
|
|
* Sun Jan 22 2023 Automatic Build System <autodist@mambasoft.it> 5.4.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 30 2022 Automatic Build System <autodist@mambasoft.it> 5.4.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 06 2022 Automatic Build System <autodist@mambasoft.it> 5.4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Tue May 24 2022 Automatic Build System <autodist@mambasoft.it> 5.3.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 31 2022 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* 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
|