python/thonny: Updated for version 4.0.2.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eda010ce71
commit
5649ecbfcd
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Slackware build script for thonny
|
||||
# Copyright 2017-22 Tim Dickson, Scotland
|
||||
# Copyright 2017-23 Tim Dickson, Scotland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,12 +26,13 @@
|
|||
#3.3.14 15 May 2022. version bump
|
||||
#4.0.0 23 Aug 2022. version bump
|
||||
#4.0.1 14 Sep 2022. version bump
|
||||
#4.0.2 20 Jan 2023. version bump
|
||||
|
||||
#note. get download link from https://pypi.org/project/thonny/#files
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=thonny
|
||||
VERSION=${VERSION:-4.0.1}
|
||||
VERSION=${VERSION:-4.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="thonny"
|
||||
VERSION="4.0.1"
|
||||
VERSION="4.0.2"
|
||||
HOMEPAGE="http://thonny.org/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/f1/10/462fff9be1f958f05eccd6cff1fcd3d426a782e0c9fd44c5751c0373d337/thonny-4.0.1.tar.gz"
|
||||
MD5SUM="5053c90da4126685498a481a7a28073c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/41/e1/a25c8a131ffda27591cf6ebbffd4057bbc5e848ffb83aaddb28828ef882e/thonny-4.0.2.tar.gz"
|
||||
MD5SUM="b4c826a90a2f27671b555930e8ff7388"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-jedi python3-pylint pyserial mypy asttokens send2trash"
|
||||
|
|
Loading…
Reference in New Issue