From 455c1457d1842437bff061145b8012d6bbe5a3cd Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Sat, 11 Jan 2020 20:30:10 +0700 Subject: [PATCH] python/thonny: Updated for version 3.2.6. Signed-off-by: Willy Sudiarto Raharjo --- python/thonny/README | 4 +++- python/thonny/thonny.SlackBuild | 5 +++-- python/thonny/thonny.info | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/python/thonny/README b/python/thonny/README index 0390b79933..80d5095755 100644 --- a/python/thonny/README +++ b/python/thonny/README @@ -3,4 +3,6 @@ Thonny is a Python IDE meant for learning programming. This version does not include python3 but, as it will be installed to satisfy the dependencies, that should not be a problem. -pygame created with python3 support is an optional dependancy +pygame created with python3 support is an optional dependancy. +esptool is another optional dependancy for communicating with +ROM bootloaders of Espressif ESP8266 and ESP32 chips. diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index a370388e43..e244f1e380 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Slackware build script for thonny -# Copyright 2017/8/9 Tim Dickson, Scotland +# Copyright 2017/8/9,2020 Tim Dickson, Scotland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -37,10 +37,11 @@ #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 #note. get download link from https://pypi.org/project/thonny/#files PRGNAM=thonny -VERSION=${VERSION:-3.2.5} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 0a40a14a32..d32db2e553 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,8 +1,8 @@ PRGNAM="thonny" -VERSION="3.2.5" +VERSION="3.2.6" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/b4/a6/be48ec8b223e849598e86e7997044ca205d8edab85bb3a02d9b20e8fb663/thonny-3.2.5.tar.gz" -MD5SUM="2b0a7d8daf9d52155d9099d86b6608cf" +DOWNLOAD="https://files.pythonhosted.org/packages/03/ec/6d40aa06d8b570ca48641cc09617ac5e379bda58c67dd859bcdb6ccfa830/thonny-3.2.6.tar.gz" +MD5SUM="f75846ba50bf697f8710e226ee694b1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash"