diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-01 23:53:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 07:02:58 +0700 |
commit | 809f82357ad0a563709bb0b7b7a9a70a03b4bce4 (patch) | |
tree | 4c0df31a07b0652be304867daf4ca0c923c21173 /python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild | |
parent | 7dc95641e38847053f6cf1c09f5138b9ad5e52b8 (diff) |
python/sphinxcontrib-websupport: Removed Python 2 support.
Diffstat (limited to 'python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild')
-rw-r--r-- | python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild index d44d8bcea7..02ddba60d3 100644 --- a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild +++ b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sphinxcontrib-websupport -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=sphinxcontrib-websupport VERSION=${VERSION:-1.1.0} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,7 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python2 setup.py install --root=$PKG python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |