python/rope: Updated for version 0.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aba08161cf
commit
dea048d22e
|
@ -1,3 +1,3 @@
|
||||||
Rope is a python refactoring library.
|
Rope is a python refactoring library.
|
||||||
|
|
||||||
Rope can optionally use pysetuptools during build time.
|
Optional dependencies: pysvn
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for rope
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=rope
|
PRGNAM=rope
|
||||||
VERSION=${VERSION:-0.10.2}
|
VERSION=${VERSION:-0.10.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
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
|
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
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
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="rope"
|
PRGNAM="rope"
|
||||||
VERSION="0.10.2"
|
VERSION="0.10.3"
|
||||||
HOMEPAGE="http://rope.sourceforge.net/"
|
HOMEPAGE="https://github.com/python-rope/rope"
|
||||||
DOWNLOAD="http://pypi.python.org/packages/source/r/rope/rope-0.10.2.tar.gz"
|
DOWNLOAD="http://pypi.python.org/packages/source/r/rope/rope-0.10.3.tar.gz"
|
||||||
MD5SUM="8d3341cd2994df5ea08e1729b45dac7c"
|
MD5SUM="2fd498b64fe5390946167494eff13642"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue