development/bpython: Updated for version 0.14.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2015-02-17 04:31:56 +02:00 committed by Willy Sudiarto Raharjo
parent fd5e2c3453
commit 6c883c5ed1
4 changed files with 10 additions and 21 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"