diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-10-13 12:10:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-19 23:15:14 +0700 |
commit | 9872e84eb7726168cd26579bff020a342f0ff3fb (patch) | |
tree | 63e22eeacb1b75760edb0685cfbe810be2ef9bd0 | |
parent | a4b1ea3eab889b398548b4270808fdb57b2b4243 (diff) | |
download | slackbuilds-9872e84eb7726168cd26579bff020a342f0ff3fb.tar.gz |
python/ptpython: Updated for version 2.0.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/ptpython/ptpython.SlackBuild | 4 | ||||
-rw-r--r-- | python/ptpython/ptpython.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/ptpython/ptpython.SlackBuild b/python/ptpython/ptpython.SlackBuild index 3d6cd0a07d..826736a860 100644 --- a/python/ptpython/ptpython.SlackBuild +++ b/python/ptpython/ptpython.SlackBuild @@ -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} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index d78fca3598..2a1ab31782 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -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" |