diff options
Diffstat (limited to 'python/thonny/thonny.SlackBuild')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 09599afcf0..da31416391 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -20,27 +20,18 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -#version history edited down in size +#version history -edited down in size #2.2.0b4 1 jan 2018. first version for slackbuilds.org -#3.0.5 1 nov 2018. addition of lots of deps. -#3.2.2 2 Nov 2019. version bump. added new dep. asttokens -#3.2.5 25 Dec 2019. version bump. added extra dep. send2trash -#add optional dep on pygame with python3 support. common for python learners -#which thonny is targetted at. -#3.2.6 06 Jan 2020. version bump. also added optional dep of esptool -#3.2.7 23 Jan 2020. version bump. added dep of python-distro -#3.3.3 27 Jan 2021. version bump. -#build2 10 Feb 2021. move install location to allow a plugin to work. -#thanks to chrisw. changed build arch as install is arch specific now. -#3.3.6 25 Mar 2021. version bump. +#editted out :-) #3.3.14 15 May 2022. version bump #4.0.0 23 Aug 2022. version bump +#4.0.1 14 Sep 2022. version bump #note. get download link from https://pypi.org/project/thonny/#files cd $(dirname $0) ; CWD=$(pwd) PRGNAM=thonny -VERSION=${VERSION:-4.0.0} +VERSION=${VERSION:-4.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |