summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2010-11-30 22:38:25 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-12-05 20:12:58 -0600
commit58698deaad735d04add1f15b9a818f2adeaab2a4 (patch)
treecbfefd9eb46d6cc1ec4f99148801c59a4012773a
parenta33dde99a2074ec5ec485a12eaef5488f1eeae70 (diff)
downloadslackbuilds-58698deaad735d04add1f15b9a818f2adeaab2a4.tar.gz
slackbuilds-58698deaad735d04add1f15b9a818f2adeaab2a4.tar.xz
development/Sphinx: Updated for version 1.0.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--development/Sphinx/README13
-rw-r--r--development/Sphinx/Sphinx.SlackBuild5
-rw-r--r--development/Sphinx/Sphinx.info8
3 files changed, 7 insertions, 19 deletions
diff --git a/development/Sphinx/README b/development/Sphinx/README
index 2468727d51..cbb38e7035 100644
--- a/development/Sphinx/README
+++ b/development/Sphinx/README
@@ -9,15 +9,4 @@ freely mixed with hand-written content). If you need pure API docs
have a look at Epydoc, which also understands reST.
This requires pysetuptools, docutils, and Jinja2.
-
-Jinja2 circular dependencies warning:
-
-The DOCS=yes flag needs Sphinx to build python docs, it and needs Jinja2
-but that needs Sphinx because you have set its DOCS=yes flag.
-If you really need the docs build Jinja2 without the DOCS=yes flag
-build Sphinx then rebuild Jinja2 with DOCS=yes.
-
-Incidentally, unless you are a developer, you don't normally need the
-DOCS=yes flag.
-
-Optionally, Pygments can be used at runtime, if installed.
+Pygments is an optional runtime-only dependency.
diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild
index dad5193441..a84bf5972a 100644
--- a/development/Sphinx/Sphinx.SlackBuild
+++ b/development/Sphinx/Sphinx.SlackBuild
@@ -6,7 +6,7 @@
# Public domain.
PRGNAM=Sphinx
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,8 +40,7 @@ find . \
python setup.py install --root=$PKG
-PYTHONPATH="../" \
-make -C doc SPHINXBUILD="python ../sphinx-build.py" html
+PYTHONPATH="../" make -C doc SPHINXBUILD="python ../sphinx-build.py" html
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/development/Sphinx/Sphinx.info b/development/Sphinx/Sphinx.info
index 4bacd11b20..9921bded46 100644
--- a/development/Sphinx/Sphinx.info
+++ b/development/Sphinx/Sphinx.info
@@ -1,10 +1,10 @@
PRGNAM="Sphinx"
-VERSION="1.0.1"
+VERSION="1.0.4"
HOMEPAGE="http://sphinx.pocoo.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.0.1.tar.gz"
-MD5SUM="d3a57ffcf2592da494aeca4b62e815ef"
+DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.0.4.tar.gz"
+MD5SUM="d4067e42e75525ecf108ece471ce97bb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="dsomero"
+APPROVED="rworkman"