unrestrict versioned requirements for pyqt5, pyqtwebengine and qdarkstyle [release 5.2.2-2mamba;Sat Feb 26 2022]
This commit is contained in:
parent
736ad3dded
commit
41c6a5f710
90
spyder.spec
90
spyder.spec
@ -1,6 +1,6 @@
|
|||||||
Name: spyder
|
Name: spyder
|
||||||
Version: 4.2.5
|
Version: 5.2.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Scientific PYthon Development EnviRonment
|
Summary: A Scientific PYthon Development EnviRonment
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,42 +11,55 @@ Source: https://github.com/spyder-ide/spyder.git/v%{version}/spyder-%{ver
|
|||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(atomicwrites)
|
||||||
|
BuildRequires: python3.7dist(chardet)
|
||||||
|
BuildRequires: python3.7dist(cloudpickle)
|
||||||
|
BuildRequires: python3.7dist(cookiecutter)
|
||||||
|
BuildRequires: python3.7dist(diff-match-patch)
|
||||||
|
BuildRequires: python3.7dist(intervaltree)
|
||||||
|
BuildRequires: python3.7dist(ipython)
|
||||||
|
BuildRequires: python3.7dist(jedi)
|
||||||
|
BuildRequires: python3.7dist(jellyfish)
|
||||||
|
BuildRequires: python3.7dist(jsonschema)
|
||||||
|
BuildRequires: python3.7dist(keyring)
|
||||||
|
BuildRequires: python3.7dist(nbconvert)
|
||||||
|
BuildRequires: python3.7dist(numpydoc)
|
||||||
|
BuildRequires: python3.7dist(parso)
|
||||||
|
BuildRequires: python3.7dist(pexpect)
|
||||||
|
BuildRequires: python3.7dist(pickleshare)
|
||||||
|
BuildRequires: python3.7dist(psutil)
|
||||||
|
BuildRequires: python3.7dist(pygments)
|
||||||
|
BuildRequires: python3.7dist(pylint)
|
||||||
|
BuildRequires: python3.7dist(pyls-spyder)
|
||||||
|
BuildRequires: python3.7dist(pyqt5)
|
||||||
|
BuildRequires: python3.7dist(pyqtwebengine)
|
||||||
|
BuildRequires: python3.7dist(python-lsp-black)
|
||||||
|
BuildRequires: python3.7dist(python-lsp-server)
|
||||||
|
BuildRequires: python3.7dist(pyxdg)
|
||||||
|
BuildRequires: python3.7dist(pyzmq)
|
||||||
|
BuildRequires: python3.7dist(qdarkstyle)
|
||||||
|
BuildRequires: python3.7dist(qstylizer)
|
||||||
|
BuildRequires: python3.7dist(qtawesome)
|
||||||
|
BuildRequires: python3.7dist(qtconsole)
|
||||||
|
BuildRequires: python3.7dist(qtpy)
|
||||||
|
BuildRequires: python3.7dist(rtree)
|
||||||
|
BuildRequires: python3.7dist(setuptools)
|
||||||
|
BuildRequires: python3.7dist(sphinx)
|
||||||
|
BuildRequires: python3.7dist(spyder-kernels)
|
||||||
|
BuildRequires: python3.7dist(textdistance)
|
||||||
|
BuildRequires: python3.7dist(three-merge)
|
||||||
|
BuildRequires: python3.7dist(watchdog)
|
||||||
## AUTOBUILDREQ-END
|
## 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: 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
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||||
@ -64,8 +77,25 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/spyder-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/spyder-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Mar 26 2021 Automatic Build System <autodist@mambasoft.it> 4.2.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user