diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2018-11-02 22:34:46 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:44 +0700 |
commit | 3267d1de775af0cc22eaae957db5138223bee8cf (patch) | |
tree | 86d615118e9e322e22a33ffff3ffc57b9f6f92be /python | |
parent | cd9e10dcd57f7d72b665cc5ce1e13e6a22ae689a (diff) | |
download | slackbuilds-3267d1de775af0cc22eaae957db5138223bee8cf.tar.gz |
python/thonny: Updated for version 3.0.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/thonny/thonny.SlackBuild | 8 | ||||
-rw-r--r-- | python/thonny/thonny.info | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/python/thonny/thonny.SlackBuild b/python/thonny/thonny.SlackBuild index 7b80640130..87dacc9867 100644 --- a/python/thonny/thonny.SlackBuild +++ b/python/thonny/thonny.SlackBuild @@ -20,8 +20,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#version history +#2.2.0b4 1 jan 2018. first version for slackbuilds.org +#3.0.5 1 nov 2018. addition of lots of deps. + PRGNAM=thonny -VERSION=${VERSION:-2.2.0b4} +VERSION=${VERSION:-3.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -49,7 +53,7 @@ find -L . \ install -D -m0755 $CWD/$PRGNAM.sh $PKG/usr/bin/$PRGNAM mkdir -p $PKG/opt/$PRGNAM -cp -r $PRGNAM/* $PKG/opt/$PRGNAM +cp -r $PRGNAM $PKG/opt/ mkdir -p $PKG/usr/share/applications cp -a packaging/linux/org.thonny.Thonny.desktop $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/share/pixmaps diff --git a/python/thonny/thonny.info b/python/thonny/thonny.info index 8f247e543a..6452df9e92 100644 --- a/python/thonny/thonny.info +++ b/python/thonny/thonny.info @@ -1,10 +1,10 @@ PRGNAM="thonny" -VERSION="2.2.0b4" +VERSION="3.0.5" HOMEPAGE="http://thonny.org/" -DOWNLOAD="https://pypi.debian.net/thonny/thonny-2.2.0b4.tar.gz" -MD5SUM="b0345a64cf15564378afc12e4872726f" +DOWNLOAD="https://pypi.debian.net/thonny/thonny-3.0.5.tar.gz" +MD5SUM="eeb343bcd861e4f7732e25ee2568fa58" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jedi" +REQUIRES="python3-jedi python3-docutils python3-pylint python3-pyserial mypy_extensions" MAINTAINER="Tim Dickson" EMAIL="dickson.tim@googlemail.com" |