diff options
author | vvoody <ydoovv@gmail.com> | 2011-06-17 17:50:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-06-17 17:50:57 -0500 |
commit | aae44701d5d7668a112195084e072ebbb1441f4b (patch) | |
tree | 9b84e197ebb773cdccf46ecba9b97ecafd432af6 /development/bpython | |
parent | 238e5e77691dbcf6e756e46edc6213c3c676307a (diff) | |
download | slackbuilds-aae44701d5d7668a112195084e072ebbb1441f4b.tar.gz |
development/bpython: Updated for version 0.9.7.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/bpython')
-rw-r--r-- | development/bpython/README | 4 | ||||
-rw-r--r-- | development/bpython/bpython.SlackBuild | 4 | ||||
-rw-r--r-- | development/bpython/bpython.info | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/development/bpython/README b/development/bpython/README index d3ec49eb09..1dc768ed87 100644 --- a/development/bpython/README +++ b/development/bpython/README @@ -1,3 +1,3 @@ -bpython - A fancy curses interface to the Python interactive interpreter +bpython is a fancy curses interface to the Python interactive interpreter. -Requires: Pygments +This requires Pygments. diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild index ec22ad306d..33d8eac78d 100644 --- a/development/bpython/bpython.SlackBuild +++ b/development/bpython/bpython.SlackBuild @@ -4,16 +4,14 @@ # Written by vvoody <ydoovv@gmail.com> PRGNAM=bpython -VERSION=${VERSION:-0.9.6.2} +VERSION=${VERSION:-0.9.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index 70acbf9cf7..79b7ed96bd 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -1,10 +1,10 @@ PRGNAM="bpython" -VERSION="0.9.6.2" +VERSION="0.9.7.1" HOMEPAGE="http://bpython-interpreter.org/" -DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.9.6.2.tar.gz" -MD5SUM="d30fdb663fa9957c21c63108ed249b59" +DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.9.7.1.tar.gz" +MD5SUM="f32ce6aa8ae6af8d2cf65e13f58859d4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="vvoody" EMAIL="ydoovv@gmail.com" -APPROVED="dsomero" +APPROVED="rworkman" |