diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-07-03 02:19:52 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 15:14:39 +0700 |
commit | ddf7739fb0509a575a1eae96224b0abe232515d5 (patch) | |
tree | f68a771798b1e5026f34284c31636a46b8196d2a | |
parent | 4673cc328c74ddff89e063f40fa59a92f4f76932 (diff) | |
download | slackbuilds-ddf7739fb0509a575a1eae96224b0abe232515d5.tar.gz |
python/ptpython: Updated for version 0.16.
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 195bee119e..49f23d41a6 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 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.15} +VERSION=${VERSION:-0.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/ptpython/ptpython.info b/python/ptpython/ptpython.info index 42112acfc1..6cc8fc21fe 100644 --- a/python/ptpython/ptpython.info +++ b/python/ptpython/ptpython.info @@ -1,8 +1,8 @@ PRGNAM="ptpython" -VERSION="0.15" +VERSION="0.16" HOMEPAGE="https://github.com/jonathanslenders/ptpython" -DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.15.tar.gz" -MD5SUM="049bee0b988f701dc3adcb0c0c63d4b9" +DOWNLOAD="https://pypi.python.org/packages/source/p/ptpython/ptpython-0.16.tar.gz" +MD5SUM="2396f80c5d329f61f5f25d20cfa21db0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="prompt_toolkit jedi docopt" |