summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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
commit9872e84eb7726168cd26579bff020a342f0ff3fb (patch)
tree63e22eeacb1b75760edb0685cfbe810be2ef9bd0 /python
parenta4b1ea3eab889b398548b4270808fdb57b2b4243 (diff)
downloadslackbuilds-9872e84eb7726168cd26579bff020a342f0ff3fb.tar.gz
slackbuilds-9872e84eb7726168cd26579bff020a342f0ff3fb.tar.xz
python/ptpython: Updated for version 2.0.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/ptpython/ptpython.SlackBuild4
-rw-r--r--python/ptpython/ptpython.info6
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"