summaryrefslogtreecommitdiffstats
path: root/python/rope
diff options
context:
space:
mode:
Diffstat (limited to 'python/rope')
-rw-r--r--python/rope/README2
-rw-r--r--python/rope/rope.SlackBuild6
-rw-r--r--python/rope/rope.info8
3 files changed, 8 insertions, 8 deletions
diff --git a/python/rope/README b/python/rope/README
index 3a627841da..42a06f5a38 100644
--- a/python/rope/README
+++ b/python/rope/README
@@ -1,3 +1,3 @@
Rope is a python refactoring library.
-Rope can optionally use pysetuptools during build time.
+Optional dependencies: pysvn
diff --git a/python/rope/rope.SlackBuild b/python/rope/rope.SlackBuild
index bed9c56e5c..9d137a7504 100644
--- a/python/rope/rope.SlackBuild
+++ b/python/rope/rope.SlackBuild
@@ -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
diff --git a/python/rope/rope.info b/python/rope/rope.info
index e3193f6d68..23eaefae31 100644
--- a/python/rope/rope.info
+++ b/python/rope/rope.info
@@ -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=""