diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2016-01-01 00:18:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-01 00:18:23 +0700 |
commit | dea048d22e461071fbe9b99ca7a30a7a39264953 (patch) | |
tree | 52499536ae4f60c086d20d01ec77177d84083518 /python/rope/rope.SlackBuild | |
parent | aba08161cfb4ed6a444b6b758368047331cc025f (diff) | |
download | slackbuilds-dea048d22e461071fbe9b99ca7a30a7a39264953.tar.gz |
python/rope: Updated for version 0.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/rope/rope.SlackBuild')
-rw-r--r-- | python/rope/rope.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |