mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/thonny: Updated for version 3.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
176efd673a
commit
755101c404
2 changed files with 5 additions and 4 deletions
|
@ -33,12 +33,13 @@
|
||||||
#3.2.1 6 Sep 2019. version bump.
|
#3.2.1 6 Sep 2019. version bump.
|
||||||
#3.2.2 2 Nov 2019. version bump. added new dep. asttokens
|
#3.2.2 2 Nov 2019. version bump. added new dep. asttokens
|
||||||
#3.2.3 4 Nov 2019. version bump.
|
#3.2.3 4 Nov 2019. version bump.
|
||||||
|
#3.2.4 10 Dec 2019. version bump.
|
||||||
#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.
|
||||||
#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.3}
|
VERSION=${VERSION:-3.2.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="thonny"
|
PRGNAM="thonny"
|
||||||
VERSION="3.2.3"
|
VERSION="3.2.4"
|
||||||
HOMEPAGE="http://thonny.org/"
|
HOMEPAGE="http://thonny.org/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/e8/b7/67485794b995db9e655d2a0edd8a1eda4681209680e44ff46f92fbb45061/thonny-3.2.3.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/48/34/e79bc74ddde781aa50cd3a0fa16ffd73d15043b56256b07b80e4693cc7e2/thonny-3.2.4.tar.gz"
|
||||||
MD5SUM="e599e2da191044f632c930ce602f651d"
|
MD5SUM="6b990ce08be0279e9ff1ba4911d0fe33"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens"
|
REQUIRES="python3-jedi docutils python3-pylint pyserial mypy_extensions asttokens"
|
||||||
|
|
Loading…
Reference in a new issue