diff options
Diffstat (limited to 'python/six/six.SlackBuild')
-rw-r--r-- | python/six/six.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/six/six.SlackBuild b/python/six/six.SlackBuild index 4d7503e2df573..f84e4d8e186d9 100644 --- a/python/six/six.SlackBuild +++ b/python/six/six.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=six -VERSION=${VERSION:-1.7.3} +VERSION=${VERSION:-1.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ fi 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 -# Build and install documentation if sphinx and pygments are installed. +# Build and install documentation if sphinx is installed. if $(python -c 'import sphinx.pygments_styles' 2>/dev/null); then make -j1 -C documentation man singlehtml install -D -m 0644 documentation/_build/man/$PRGNAM.1 $PKG/usr/man/man1/$PRGNAM.1 |