Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : spyder3 | name : spyder3 | ||||
| version : 5.0.4 | version : 5.1.1 | ||||
| release : 19 | release : 20 | ||||
| source : | source : | ||||
| - https://github.com/spyder-ide/spyder/archive/v5.0.4.tar.gz : 9a619a03ee5ff42c6a5f1d0cb3b1540c26d8a34af7f51cc47baa17efd8d24166 | - https://github.com/spyder-ide/spyder/archive/refs/tags/v5.1.1.tar.gz : 5b84d2feb210ded547fac4689c00f3cb9f955f692ca617466cfa1a229bb1810a | ||||
| homepage : https://www.spyder-ide.org/ | homepage : https://www.spyder-ide.org/ | ||||
| license : | license : | ||||
| - BSD-3-Clause | - BSD-3-Clause | ||||
| - CC-BY-2.5 | - CC-BY-2.5 | ||||
| - CC-BY-3.0 | - CC-BY-3.0 | ||||
| - CC-BY-SA-4.0 | - CC-BY-SA-4.0 | ||||
| - EPL-1.0 | - EPL-1.0 | ||||
| - GPL-3.0-or-later | - GPL-3.0-or-later | ||||
| - LGPL-2.1-or-later | - LGPL-2.1-or-later | ||||
| - LGPL-3.0-or-later | - LGPL-3.0-or-later | ||||
| - MIT | - MIT | ||||
| - Python-2.0 | - Python-2.0 | ||||
| - Zlib | - Zlib | ||||
| component : programming.ide | component : programming.ide | ||||
| summary : Spyder - The Scientific PYthon Development EnviRonment (Python 3 Version). | summary : Spyder - The Scientific PYthon Development EnviRonment (Python 3 Version). | ||||
| description: | | description: | | ||||
| Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package. | Spyder is a powerful scientific environment written in Python, for Python, and designed by and for scientists, engineers and data analysts. It offers a unique combination of the advanced editing, analysis, debugging, and profiling functionality of a comprehensive development tool with the data exploration, interactive execution, deep inspection, and beautiful visualization capabilities of a scientific package. | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| rundeps : | rundeps : | ||||
| - cython | - cython | ||||
| - matplotlib | - matplotlib | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | |||||
| - pylint | |||||
| - python-atomicwrites | - python-atomicwrites | ||||
| - python-chardet | - python-chardet | ||||
| - python-cookiecutter | - python-cookiecutter | ||||
| - python-intervaltree | - python-intervaltree | ||||
| - python-keyring | - python-keyring | ||||
| - python-lsp-black | |||||
| - python-nbconvert | - python-nbconvert | ||||
| - python-numpydoc | - python-numpydoc | ||||
| - python-opengl | - python-opengl | ||||
| - python-pandas | - python-pandas | ||||
| - python-psutil | - python-psutil | ||||
| - python-pyls-black | |||||
| - python-pyls-spyder | - python-pyls-spyder | ||||
| - python-qdarkstyle | - python-qdarkstyle | ||||
| - python-qstylizer | - python-qstylizer | ||||
| - python-qtawesome | - python-qtawesome | ||||
| - python-qtconsole | - python-qtconsole | ||||
| - python-qtwebengine | - python-qtwebengine | ||||
| - python-rope | |||||
| - python-rtree | - python-rtree | ||||
| - python-spyder-kernels | |||||
| - python-textdistance | - python-textdistance | ||||
| - python-three-merge | - python-three-merge | ||||
| - python-watchdog | - python-watchdog | ||||
| - pyxdg | - pyxdg | ||||
| - scipy | - scipy | ||||
| - sympy | - sympy | ||||
| setup : | | setup : | | ||||
| sed "s|'pyqt5<5.13'|'pyqt5'|" -i setup.py | sed "s|'pyqt5<5.13'|'pyqt5'|" -i setup.py | ||||
| sed "s|'pyqtwebengine<5.13'|'pyqtwebengine'|" -i setup.py | sed "s|'pyqtwebengine<5.13'|'pyqtwebengine'|" -i setup.py | ||||
| sed "s|parso==|parso>=|" -i setup.py | |||||
| sed "s|PARSO_REQVER = '=|PARSO_REQVER = '>=|" -i spyder/dependencies.py | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| # Move icon to pixmaps | # Move icon to pixmaps | ||||
| install -dm00644 $installdir/usr/share/pixmaps | install -dm00644 $installdir/usr/share/pixmaps | ||||
| mv $installdir/usr/share/icons/spyder.png $installdir/usr/share/pixmaps/spyder.png | mv $installdir/usr/share/icons/spyder.png $installdir/usr/share/pixmaps/spyder.png | ||||
| # Symlinking spyder3 to reduce breakages | # Symlinking spyder3 to reduce breakages | ||||
| ln -sv /usr/bin/spyder $installdir/usr/bin/spyder3 | ln -sv /usr/bin/spyder $installdir/usr/bin/spyder3 | ||||
| # Remove empty directory | # Remove empty directory | ||||
| rm -rf $installdir/usr/share/icons | rm -rf $installdir/usr/share/icons | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.