summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-01-04 04:56:25 +0100
committer Willy Sudiarto Raharjo2016-01-09 01:12:38 +0100
commit65848cf79a0f7909812e667a6f883dda1adb5c96 (patch)
tree512af64f5129d712f624c772d918f17d49ed6a16 /python
parent3d51a973c87e333a227e4f7ea7d9b45ebe2b2b14 (diff)
downloadslackbuilds-65848cf79a0f7909812e667a6f883dda1adb5c96.tar.gz
python/ptpython: Updated for version 0.27.
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 85167c30f5..599b578ba7 100644
--- a/python/ptpython/ptpython.SlackBuild
+++ b/python/ptpython/ptpython.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ptpython
-# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2016 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.25}
+VERSION=${VERSION:-0.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info
index eb4299126e..48c93c32ee 100644
--- a/python/ptpython/ptpython.info
+++ b/python/ptpython/ptpython.info
@@ -1,8 +1,8 @@
PRGNAM="ptpython"
-VERSION="0.25"
+VERSION="0.27"
HOMEPAGE="https://github.com/jonathanslenders/ptpython"
-DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.25.tar.gz"
-MD5SUM="d255428fcb751a8ce1be477866d03358"
+DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.27.tar.gz"
+MD5SUM="816673dcc1bef85b099ba8097832db3f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="prompt_toolkit jedi docopt"