python/rope: Updated for version 0.10.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2016-01-01 00:18:23 +07:00 committed by Willy Sudiarto Raharjo
parent aba08161cf
commit dea048d22e
3 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
Rope is a python refactoring library.
Rope can optionally use pysetuptools during build time.
Optional dependencies: pysvn

View File

@ -2,7 +2,7 @@
# Slackware build script for rope
# Copyright 2011-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# Copyright 2011-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rope
VERSION=${VERSION:-0.10.2}
VERSION=${VERSION:-0.10.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,7 +61,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING PKG-INFO README.rst docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README.rst docs/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="rope"
VERSION="0.10.2"
HOMEPAGE="http://rope.sourceforge.net/"
DOWNLOAD="http://pypi.python.org/packages/source/r/rope/rope-0.10.2.tar.gz"
MD5SUM="8d3341cd2994df5ea08e1729b45dac7c"
VERSION="0.10.3"
HOMEPAGE="https://github.com/python-rope/rope"
DOWNLOAD="http://pypi.python.org/packages/source/r/rope/rope-0.10.3.tar.gz"
MD5SUM="2fd498b64fe5390946167494eff13642"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""