Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : spyder3 | name : spyder3 | ||||
| version : 4.1.5 | version : 4.2.0 | ||||
| release : 11 | release : 12 | ||||
| source : | source : | ||||
| - https://github.com/spyder-ide/spyder/archive/v4.1.5.tar.gz : 98f24bd782e2c5d2fcd1033b433692e85dada9f095f86547ba66728e5a26a65f | - https://github.com/spyder-ide/spyder/archive/v4.2.0.tar.gz : 0d4a2e09681b958ec8e03176e24bba858083a8774cb4b016b7508728c9a0deb1 | ||||
| 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 | ||||
| Show All 11 Lines | |||||
| rundeps : | rundeps : | ||||
| - cython | - cython | ||||
| - matplotlib | - matplotlib | ||||
| - pycodestyle | - pycodestyle | ||||
| - pyflakes | - pyflakes | ||||
| - pylint | - pylint | ||||
| - python-atomicwrites | - python-atomicwrites | ||||
| - python-chardet | - python-chardet | ||||
| - python-diff-match-patch | |||||
| - python-intervaltree | - python-intervaltree | ||||
| - python-keyring | - python-keyring | ||||
| - python-language-server | |||||
| - 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-qdarkstyle | - python-qdarkstyle | ||||
| - python-qtawesome | - python-qtawesome | ||||
| - python-qtconsole | - python-qtconsole | ||||
| - python-rope | - python-rope | ||||
| - python-spyder-kernels | - python-spyder-kernels | ||||
| - python-three-merge | |||||
| - python-watchdog | - python-watchdog | ||||
| - pyxdg | - pyxdg | ||||
| - scipy | - scipy | ||||
| - sympy | - sympy | ||||
| setup : | | |||||
| # Use our python3-jedi version | |||||
| sed -i "s|JEDI_REQVER = '=0.17.1'|JEDI_REQVER = '>=0.17.1'|" -i spyder/dependencies.py | |||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| # Remove windows stuff | # Remove windows stuff | ||||
| rm $installdir/usr/bin/spyder_win_post_install.py | rm $installdir/usr/bin/spyder_win_post_install.py | ||||
| # 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/spyder3.png $installdir/usr/share/pixmaps/spyder3.png | mv $installdir/usr/share/icons/spyder.png $installdir/usr/share/pixmaps/spyder.png | ||||
JoshStrobl: So where are they getting the icon now? I'm not seeing it in either paths. | |||||
| # Symlinking spyder3 to reduce breakages | |||||
| 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 | ||||
Done Inline ActionsYou have indentation here. JoshStrobl: You have indentation here. | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
So where are they getting the icon now? I'm not seeing it in either paths.