summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Tim Dickson <dickson.tim@googlemail.com>2022-09-14 18:19:26 +0100
committer bedlam <dave@slackbuilds.org>2022-09-14 18:19:26 +0100
commita590015d25eafdfd37999dd1f269d7554af8111c (patch)
treeed3c980e187fc79e8eb00fdb6512eaaa848c0c8b /python
parent774f285974e82fa5d044f55cc533db370f8f2b1d (diff)
downloadslackbuilds-a590015d25eafdfd37999dd1f269d7554af8111c.tar.gz
slackbuilds-a590015d25eafdfd37999dd1f269d7554af8111c.tar.xz
python/thonny: Updated for version 4.0.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/thonny/thonny.SlackBuild17
-rw-r--r--python/thonny/thonny.info6
2 files changed, 7 insertions, 16 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}
diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info
index cf5b7c9d67..4d27e2a470 100644
--- a/python/thonny/thonny.info
+++ b/python/thonny/thonny.info
@@ -1,8 +1,8 @@
PRGNAM="thonny"
-VERSION="4.0.0"
+VERSION="4.0.1"
HOMEPAGE="http://thonny.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/de/5e/24827f79235123b1335e086656360f4d8ff5bfd6148f70e35f60a4727c43/thonny-4.0.0.tar.gz"
-MD5SUM="2251c353b5174bd7dfc3dcf94ec63441"
+DOWNLOAD="https://files.pythonhosted.org/packages/f1/10/462fff9be1f958f05eccd6cff1fcd3d426a782e0c9fd44c5751c0373d337/thonny-4.0.1.tar.gz"
+MD5SUM="5053c90da4126685498a481a7a28073c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash"