development/Sphinx: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
caa0c0967c
commit
e09ba5f496
|
@ -6,5 +6,4 @@ 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
|
freely mixed with hand-written content). If you need pure API docs
|
||||||
have a look at Epydoc, which also understands reST.
|
have a look at Epydoc, which also understands reST.
|
||||||
|
|
||||||
This requires pysetuptools, docutils, and Jinja2.
|
|
||||||
Pygments is an optional runtime-only dependency.
|
Pygments is an optional runtime-only dependency.
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://pypi.python.org/packages/source/S/Sphinx/Sphinx-1.1.3.tar.gz"
|
||||||
MD5SUM="8f55a6d4f87fc6d528120c5d1f983e98"
|
MD5SUM="8f55a6d4f87fc6d528120c5d1f983e98"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="Jinja2 docutils pysetuptools"
|
REQUIRES="distribute docutils Jinja2"
|
||||||
MAINTAINER="Mikko Värri"
|
MAINTAINER="Mikko Värri"
|
||||||
EMAIL="vmj@linuxbox.fi"
|
EMAIL="vmj@linuxbox.fi"
|
||||||
|
|
Loading…
Reference in New Issue