python/ptpython: Updated for version 2.0.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
a4b1ea3eab
commit
9872e84eb7
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ptpython
|
||||
|
||||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ptpython
|
||||
VERSION=${VERSION:-0.41}
|
||||
VERSION=${VERSION:-2.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ptpython"
|
||||
VERSION="0.41"
|
||||
VERSION="2.0.6"
|
||||
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
|
||||
DOWNLOAD="https://pypi.python.org/packages/73/f5/cbded8e803c35bcd69b71d43240095d894d4af4efadbbcc1ae43f78bd40e/ptpython-0.41.tar.gz"
|
||||
MD5SUM="8ac537b26084652b94790beccf1ef84a"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/04/50/50e391a81eed1075c890402e44133bbcab1ebae3799e669a20d273fe311f/ptpython-2.0.6.tar.gz"
|
||||
MD5SUM="5ecd527939258cf48ccf129e91112310"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="prompt_toolkit jedi docopt Pygments"
|
||||
|
|
Loading…
Reference in New Issue