mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/thonny: Updated for version 3.2.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
33918d5f91
commit
455c1457d1
3 changed files with 9 additions and 6 deletions
|
@ -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
|
This version does not include python3 but, as it will be installed
|
||||||
to satisfy the dependencies, that should not be a problem.
|
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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Slackware build script for thonny
|
# Slackware build script for thonny
|
||||||
# Copyright 2017/8/9 Tim Dickson, Scotland
|
# Copyright 2017/8/9,2020 Tim Dickson, Scotland
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# 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
|
#3.2.5 25 Dec 2019. version bump. added extra dep. send2trash
|
||||||
#add optional dep on pygame with python3 support. common for python learners
|
#add optional dep on pygame with python3 support. common for python learners
|
||||||
#which thonny is targetted at.
|
#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
|
#note. get download link from https://pypi.org/project/thonny/#files
|
||||||
|
|
||||||
PRGNAM=thonny
|
PRGNAM=thonny
|
||||||
VERSION=${VERSION:-3.2.5}
|
VERSION=${VERSION:-3.2.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="thonny"
|
PRGNAM="thonny"
|
||||||
VERSION="3.2.5"
|
VERSION="3.2.6"
|
||||||
HOMEPAGE="http://thonny.org/"
|
HOMEPAGE="http://thonny.org/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/b4/a6/be48ec8b223e849598e86e7997044ca205d8edab85bb3a02d9b20e8fb663/thonny-3.2.5.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/03/ec/6d40aa06d8b570ca48641cc09617ac5e379bda58c67dd859bcdb6ccfa830/thonny-3.2.6.tar.gz"
|
||||||
MD5SUM="2b0a7d8daf9d52155d9099d86b6608cf"
|
MD5SUM="f75846ba50bf697f8710e226ee694b1b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash"
|
REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens send2trash"
|
||||||
|
|
Loading…
Reference in a new issue