From 809f82357ad0a563709bb0b7b7a9a70a03b4bce4 Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Mon, 1 Apr 2019 23:53:04 -0700 Subject: python/sphinxcontrib-websupport: Removed Python 2 support. --- python/sphinxcontrib-websupport/README | 2 +- python/sphinxcontrib-websupport/slack-desc | 2 +- python/sphinxcontrib-websupport/sphinxcontrib-websupport.SlackBuild | 5 ++--- python/sphinxcontrib-websupport/sphinxcontrib-websupport.info | 2 +- 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 +# Copyright 2017-2019 Benjamin Trigona-Harany # 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" -- cgit v1.2.3