diff options
-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 d3ec49eb09c8..1dc768ed871d 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 ec22ad306dfc..33d8eac78d48 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 70acbf9cf761..79b7ed96bd2d 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" |