summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Mikko Värri2013-12-23 01:48:39 +0100
committer Robby Workman2013-12-25 22:05:39 +0100
commit05dac2495fc0fa226c8c0b0fa7e274635b4c90dc (patch)
tree98857a8b27a5b7405e5241e23209790a493781d2 /development
parentb1b2bb0d7ec6559c6c557c245fddb418b1e45045 (diff)
downloadslackbuilds-05dac2495fc0fa226c8c0b0fa7e274635b4c90dc.tar.gz
development/Sphinx: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/Sphinx/README2
-rw-r--r--development/Sphinx/Sphinx.SlackBuild6
-rw-r--r--development/Sphinx/Sphinx.info8
3 files changed, 7 insertions, 9 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README
index c5fdb45b62..da622c8650 100644
--- a/development/Sphinx/README
+++ b/development/Sphinx/README
@@ -5,5 +5,3 @@ 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.
-
-Pygments is an optional runtime-only dependency.
diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild
index 22f0b04153..04b5e5e28e 100644
--- a/development/Sphinx/Sphinx.SlackBuild
+++ b/development/Sphinx/Sphinx.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Sphinx
-# Copyright 2012 Mikko Värri, Finland
+# Copyright 2013 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Sphinx
-VERSION=${VERSION:-1.1.3}
+VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -63,7 +63,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS CHANGES EXAMPLES LICENSE README doc/_build/html \
+cp -a AUTHORS CHANGES EXAMPLES LICENSE README.rst doc/_build/html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info
index b71bf008c1..264fb990c9 100644
--- a/development/Sphinx/Sphinx.info
+++ b/development/Sphinx/Sphinx.info
@@ -1,10 +1,10 @@
PRGNAM="Sphinx"
-VERSION="1.1.3"
+VERSION="1.2"
HOMEPAGE="http://sphinx.pocoo.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.3.tar.gz"
-MD5SUM="8f55a6d4f87fc6d528120c5d1f983e98"
+DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.2.tar.gz"
+MD5SUM="8516046aad73fe46dedece4e8e434328"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="docutils Jinja2"
+REQUIRES="Pygments docutils Jinja2"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"