summaryrefslogtreecommitdiffstats
path: root/python/python-oauthlib/python-oauthlib.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-02-11 06:38:30 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-12 17:49:49 +0700
commit814ce1b459f59ec44cdf49881819c0a037694ada (patch)
tree0ff1a77186d36d651aa50cf0118f52eb6f1cf978 /python/python-oauthlib/python-oauthlib.SlackBuild
parent95c36d5306d5a5319e71c11c560845f575ad2ebc (diff)
downloadslackbuilds-814ce1b459f59ec44cdf49881819c0a037694ada.tar.gz
slackbuilds-814ce1b459f59ec44cdf49881819c0a037694ada.tar.xz
python/python-oauthlib: Updated for version 0.7.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-oauthlib/python-oauthlib.SlackBuild')
-rw-r--r--python/python-oauthlib/python-oauthlib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-oauthlib/python-oauthlib.SlackBuild b/python/python-oauthlib/python-oauthlib.SlackBuild
index 5a563c49b5..58fe3a1c42 100644
--- a/python/python-oauthlib/python-oauthlib.SlackBuild
+++ b/python/python-oauthlib/python-oauthlib.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=python-oauthlib
SRCNAM=oauthlib
-VERSION=${VERSION:-0.6.3}
+VERSION=${VERSION:-0.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -77,7 +77,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 LICENSE PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.rst CHANGELOG.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install