From 1e922815217f48691e21f889376db330b206e54f Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 17 Mar 2017 14:32:35 +0000 Subject: development/Sphinx: Updated for version 1.5.3 + new maintainer. Signed-off-by: David Spencer --- development/Sphinx/README | 11 ++++------- development/Sphinx/Sphinx.SlackBuild | 5 +++-- development/Sphinx/Sphinx.info | 14 +++++++------- development/Sphinx/slack-desc | 12 ++++++------ 4 files changed, 20 insertions(+), 22 deletions(-) diff --git a/development/Sphinx/README b/development/Sphinx/README index da622c8650..e5644a5a0e 100644 --- a/development/Sphinx/README +++ b/development/Sphinx/README @@ -1,7 +1,4 @@ -Sphinx is a tool that translates a set of reStructuredText source -files into various output formats, automatically producing -cross-references, indices etc. The focus is on hand-written -documentation, rather than auto-generated API docs. Though there is -support for that kind of docs as well (which is intended to be -freely mixed with hand-written content). If you need pure API docs -have a look at Epydoc, which also understands reST. +Sphinx is a tool that translates a set of reStructuredText source files into +various output formats, including HTML, ePub, LaTeX and plain text. Sphinx was +originally created for the Python documentation, but it has excellent +facilities for the documentation of software projects in a range of languages. diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild index a8ac0000ab..4dbce23502 100644 --- a/development/Sphinx/Sphinx.SlackBuild +++ b/development/Sphinx/Sphinx.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for Sphinx # Copyright 2013 Mikko Värri, Finland +# Copyright 2017 Benjamin Trigona-Harany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Sphinx -VERSION=${VERSION:-1.2.3} +VERSION=${VERSION:-1.5.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info index 8f8c1a5e50..c84dee0d07 100644 --- a/development/Sphinx/Sphinx.info +++ b/development/Sphinx/Sphinx.info @@ -1,10 +1,10 @@ PRGNAM="Sphinx" -VERSION="1.2.3" -HOMEPAGE="http://sphinx.pocoo.org/" -DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.3.tar.gz" -MD5SUM="a98c93124035b4cd7183604aec656cb3" +VERSION="1.5.3" +HOMEPAGE="http://www.sphinx-doc.org" +DOWNLOAD="https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-1.5.3.tar.gz" +MD5SUM="6a9522761bde569a3d50cc4509e313d9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Pygments docutils Jinja2" -MAINTAINER="Mikko Värri" -EMAIL="vmj@linuxbox.fi" +REQUIRES="alabaster babel docutils imagesize Jinja2 Pygments python-requests six snowballstemmer" +MAINTAINER="Benjamin Trigona-Harany" +EMAIL="slackbuilds@jaxartes.net" diff --git a/development/Sphinx/slack-desc b/development/Sphinx/slack-desc index 509eca146d..403648f0ae 100644 --- a/development/Sphinx/slack-desc +++ b/development/Sphinx/slack-desc @@ -9,11 +9,11 @@ Sphinx: Sphinx (Documentation generator) Sphinx: Sphinx: Sphinx is a tool that translates a set of reStructuredText source -Sphinx: files into various output formats, automatically producing -Sphinx: cross-references, indices etc. The focus is on hand-written -Sphinx: documentation, rather than auto-generated API docs. Though there is -Sphinx: support for that kind of docs as well (which is intended to be -Sphinx: freely mixed with hand-written content). If you need pure API docs -Sphinx: have a look at Epydoc, which also understands reST. +Sphinx: files into various output formats, including HTML, ePub, LaTeX and +Sphinx: plain text. Sphinx was originally created for the Python +Sphinx: documentation, but it has excellent facilities for the documentation +Sphinx: of software projects in a range of languages. +Sphinx: +Sphinx: Sphinx: Sphinx: -- cgit v1.2.3