Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : thonny | name : thonny | ||||
| version : 3.3.11 | version : 3.3.14 | ||||
| release : 17 | release : 18 | ||||
| source : | source : | ||||
| - https://github.com/thonny/thonny/archive/v3.3.11.tar.gz : 449e4636aff1b23c04151b677ee05ea158fb0860a753852d4dcb98e838fb7167 | - https://github.com/thonny/thonny/archive/refs/tags/v3.3.14.tar.gz : 942ace62e8b5b0951c9eaecc2e8682314ca9822d72791c8b06680c69c4973905 | ||||
| homepage : https://thonny.org | homepage : https://thonny.org | ||||
| license : MIT | license : MIT | ||||
| component : programming.ide | component : programming.ide | ||||
| summary : Python IDE for beginners | summary : Python IDE for beginners | ||||
| description: | | description: | | ||||
| Thonny is a simple Python IDE with features useful for learning programming. It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd-party packages and special mode for learning about references. | Thonny is a simple Python IDE with features useful for learning programming. It comes with a debugger which is able to visualize all the conceptual steps taken to run a Python program (executing statements, evaluating expressions, maintaining the call stack). There is a GUI for installing 3rd-party packages and special mode for learning about references. | ||||
| rundeps : | rundeps : | ||||
| - pylint | - pylint | ||||
| - python-asttokens | - python-asttokens | ||||
| - python-distro | - python-distro | ||||
| - python-docutils | - python-docutils | ||||
| - python-jedi | |||||
| - python-mypy | - python-mypy | ||||
| - python-pyserial | - python-pyserial | ||||
| - python-send2trash | - python-send2trash | ||||
| - python3-jedi | |||||
| - python3-tkinter | - python3-tkinter | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| install -Dm00644 packaging/linux/org.thonny.Thonny.desktop $installdir/usr/share/applications/org.thonny.Thonny.desktop | install -Dm00644 packaging/linux/org.thonny.Thonny.desktop $installdir/usr/share/applications/org.thonny.Thonny.desktop | ||||
| install -Dm00644 packaging/linux/thonny.1 $installdir/usr/share/man/man1/thonny.1 | install -Dm00644 packaging/linux/thonny.1 $installdir/usr/share/man/man1/thonny.1 | ||||
| install -Dm00644 packaging/linux/org.thonny.Thonny.appdata.xml $installdir/usr/share/metainfo/org.thonny.Thonny.appdata.xml | install -Dm00644 packaging/linux/org.thonny.Thonny.appdata.xml $installdir/usr/share/metainfo/org.thonny.Thonny.appdata.xml | ||||
| # Installing icons | # Installing icons | ||||
| for px in 16 22 32 48 64 128 192 256 ; do | for px in 16 22 32 48 64 128 192 256 ; do | ||||
| install -Dm00644 packaging/icons/thonny-${px}x${px}.png $installdir/usr/share/icons/hicolor/${px}x${px}/apps/thonny.png | install -Dm00644 packaging/icons/thonny-${px}x${px}.png $installdir/usr/share/icons/hicolor/${px}x${px}/apps/thonny.png | ||||
| done | done | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.