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 | |
parent | 7dc95641e38847053f6cf1c09f5138b9ad5e52b8 (diff) | |
download | slackbuilds-809f82357ad0a563709bb0b7b7a9a70a03b4bce4.tar.gz |
python/sphinxcontrib-websupport: Removed Python 2 support.
4 files changed, 5 insertions, 6 deletions
diff --git a/python/sphinxcontrib-websupport/README b/python/sphinxcontrib-websupport/README index f89705c0c9..7f742fcf1d 100644 --- a/python/sphinxcontrib-websupport/README +++ b/python/sphinxcontrib-websupport/README @@ -1,2 +1,2 @@ -sphinxcontrib-webuspport provides a Python API to easily integrate Sphinx +sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into web applications. diff --git a/python/sphinxcontrib-websupport/slack-desc b/python/sphinxcontrib-websupport/slack-desc index a847cd0589..ffdc851e8c 100644 --- a/python/sphinxcontrib-websupport/slack-desc +++ b/python/sphinxcontrib-websupport/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| sphinxcontrib-websupport: sphinxcontrib-websupport (Sphinx API for web apps) sphinxcontrib-websupport: -sphinxcontrib-websupport: sphinxcontrib-webuspport provides a Python API to easily integrate +sphinxcontrib-websupport: sphinxcontrib-websupport provides a Python API to easily integrate sphinxcontrib-websupport: Sphinx documentation into web applications. sphinxcontrib-websupport: sphinxcontrib-websupport: 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 \ diff --git a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info index 7dac0dfc20..e64ec5a982 100644 --- a/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info +++ b/python/sphinxcontrib-websupport/sphinxcontrib-websupport.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/s/sphinxcontrib-websupp MD5SUM="ca6435e7b4eb9408df4f54972361e9d3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3" +REQUIRES="Sphinx" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |