diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-26 23:47:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-29 07:16:36 +0700 |
commit | d9413d3bf3ea3a9aee049693095de3d8c4e28fa1 (patch) | |
tree | 7d9381fed96e9fd2cb5d4d6ea1afe086a520ec09 /development/bpython | |
parent | 474853acdf8bf2a3ce6a6dfc666daddcec1bf9e0 (diff) | |
download | slackbuilds-d9413d3bf3ea3a9aee049693095de3d8c4e28fa1.tar.gz |
development/bpython: Updated for version 0.15.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'development/bpython')
-rw-r--r-- | development/bpython/bpython.SlackBuild | 4 | ||||
-rw-r--r-- | development/bpython/bpython.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild index 1ce3de7ecd..325356b3aa 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for bpython # Written by vvoody <vvoodywang@gmail.com> -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=bpython -VERSION=${VERSION:-0.14.2} +VERSION=${VERSION:-0.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index 1dd5cdd70b..8ebcd6c7ef 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -1,10 +1,10 @@ PRGNAM="bpython" -VERSION="0.14.2" +VERSION="0.15" HOMEPAGE="http://bpython-interpreter.org/" -DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.2.tar.gz" -MD5SUM="ce27e0b6092058e0233958c86a7df500" +DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.15.tar.gz" +MD5SUM="0e0665aee5ed020a1ca97084cbe18787" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-requests Pygments six curtsies greenlet ndg_httpsclient" +REQUIRES="python-requests Pygments six curtsies greenlet" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |