summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-02-17 03:31:56 +0100
committer Willy Sudiarto Raharjo2015-02-21 00:16:10 +0100
commit6c883c5ed1968377a0808b1e266ca84d03b0b8a0 (patch)
tree45a8c228bc4a0cf9fca1c12f453ac7bbcb0ddf73
parentfd5e2c34533135f928e64ef9bd4ebea5a64f49ee (diff)
downloadslackbuilds-6c883c5ed1968377a0808b1e266ca84d03b0b8a0.tar.gz
development/bpython: Updated for version 0.14.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--development/bpython/README3
-rw-r--r--development/bpython/bpython.SlackBuild10
-rw-r--r--development/bpython/bpython.desktop10
-rw-r--r--development/bpython/bpython.info8
4 files changed, 10 insertions, 21 deletions
diff --git a/development/bpython/README b/development/bpython/README
index 4346466b85..3438d44fc8 100644
--- a/development/bpython/README
+++ b/development/bpython/README
@@ -1,5 +1,4 @@
bpython is a fancy curses interface to the Python interactive interpreter.
For bpython-curtsies requires:
- curtsies>=0.0.34,<0.1.0
- greenlet
+ curtsies>=0.1.18,<0.2.0
diff --git a/development/bpython/bpython.SlackBuild b/development/bpython/bpython.SlackBuild
index 5f33b69bd3..e9a8d8c70a 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 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014-2015 Dimitris Zlatanidis Greece-Orestiada
# 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.13.2}
+VERSION=${VERSION:-0.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,13 +62,13 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/share/applications
-install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
+install -D -m644 data/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop
mkdir -p $PKG/usr/share/pixmaps/
-install -D -m644 doc/sphinx/source/logo.png $PKG/usr/share/pixmaps/$PRGNAM.png
+install -D -m644 data/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CHANGELOG sample-config sample.theme light.theme \
+cp -a AUTHORS CHANGELOG sample.theme light.theme \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/development/bpython/bpython.desktop b/development/bpython/bpython.desktop
deleted file mode 100644
index 6c60a06742..0000000000
--- a/development/bpython/bpython.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=bpython (Python interactive interpreter)
-Comment=A fancy curses interface to the Python interactive interpreter
-Exec=bpython-gtk
-Icon=bpython
-Terminal=false
-Type=Application
-Categories=Development;Interpreter
-GenericName=Develppment
-
diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info
index 664d9c2d7d..86802b5b7e 100644
--- a/development/bpython/bpython.info
+++ b/development/bpython/bpython.info
@@ -1,10 +1,10 @@
PRGNAM="bpython"
-VERSION="0.13.2"
+VERSION="0.14"
HOMEPAGE="http://bpython-interpreter.org/"
-DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.13.2.tar.gz"
-MD5SUM="3d3b43e4149d449f8656e87634f44f47"
+DOWNLOAD="http://bpython-interpreter.org/releases/bpython-0.14.tar.gz"
+MD5SUM="322d7cfb71103e2824663764571fe120"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-requests Pygments pysetuptools"
+REQUIRES="python-requests Pygments six curtsies greenlet"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"