python/thonny: Updated for version 3.2.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-01-11 20:30:10 +07:00 committed by Willy Sudiarto Raharjo
parent 33918d5f91
commit 455c1457d1
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 9 additions and 6 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"