summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-03-17 14:32:35 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-18 06:58:42 +0700
commit1e922815217f48691e21f889376db330b206e54f (patch)
tree517104cd791e38e4ac240d91335973cb19aa17e5 /development
parent2dbb9a7628f1ecec2ee6bfa6aeeb8fa979847c1b (diff)
downloadslackbuilds-1e922815217f48691e21f889376db330b206e54f.tar.gz
slackbuilds-1e922815217f48691e21f889376db330b206e54f.tar.xz
development/Sphinx: Updated for version 1.5.3 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/Sphinx/README11
-rw-r--r--development/Sphinx/Sphinx.SlackBuild5
-rw-r--r--development/Sphinx/Sphinx.info14
-rw-r--r--development/Sphinx/slack-desc12
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 <slackbuilds@jaxartes.net>
# 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: