diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-05-25 22:50:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:01 +0700 |
commit | 602290b2a100b2eecf0bda6440f5f02e02dbe1e6 (patch) | |
tree | 71aacb0540809f635a0ed4bea67620f4af209d13 /python/python-requests-kerberos/python-requests-kerberos.SlackBuild | |
parent | 8de7acd0c2f5cdfc5d59544a9ac0afef114640b5 (diff) |
python/python-requests-kerberos: Updated for version 0.11.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-requests-kerberos/python-requests-kerberos.SlackBuild')
-rw-r--r-- | python/python-requests-kerberos/python-requests-kerberos.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/python-requests-kerberos/python-requests-kerberos.SlackBuild b/python/python-requests-kerberos/python-requests-kerberos.SlackBuild index 64149e5394492..374610976d031 100644 --- a/python/python-requests-kerberos/python-requests-kerberos.SlackBuild +++ b/python/python-requests-kerberos/python-requests-kerberos.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-requests-kerberos -# Copyright 2015-2016 Thibaut Notteboom, Paris, FRANCE +# Copyright 2015-2017 Thibaut Notteboom, Paris, FRANCE # 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=python-requests-kerberos -VERSION=${VERSION:-0.10.0} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,6 +73,9 @@ find -L . \ python setup.py install --root=$PKG +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ AUTHORS HISTORY.rst LICENSE README.rst \ |