summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2009-08-05 10:41:17 +0000
committermarkd <markd>2009-08-05 10:41:17 +0000
commit711c4e2fbe905f0dda32920f1f561c5cfa2ac81b (patch)
treeaf8e7f9faf562957ac5792f486ebe56179f902c0 /textproc/py-sphinx/Makefile
parente88e07ac1af7f6d4d1a9aa07e5b6530fd4635990 (diff)
downloadpkgsrc-711c4e2fbe905f0dda32920f1f561c5cfa2ac81b.tar.gz
Update to sphinx 0.6.2
* Incompatible changes: - Templating now requires the Jinja2 library - The "document" div tag has been moved out of the ``layout.html`` template's "document" block - The ``autodoc_skip_member`` event now also gets to decide whether to skip members whose name starts with underscores. * Theming support * Markup: - Due to popular demand, added a ``:doc:`` role which directly links to another document without the need of creating a label to which a ``:ref:`` could link to. - Added a ``:download:`` role that marks a non-document file for inclusion into the HTML output and links to it. - Added an ``only`` directive that can selectively include text based on enabled "tags". - Added HTML section numbers, enabled by giving a ``:numbered:`` flag to the ``toctree`` directive. - Scaled images now get a link to the unscaled version. - SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags). * Builders: - New builder for Qt help collections, by Antonio Valentino. - The new ``DirectoryHTMLBuilder`` (short name ``dirhtml``) creates a separate directory for every page, and places the page there in a file called ``index.html``. * New translations: * Bug Fixes.
Diffstat (limited to 'textproc/py-sphinx/Makefile')
-rw-r--r--textproc/py-sphinx/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index deef582ea36..b9858bf788b 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/02/02 09:44:44 markd Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/05 10:41:17 markd Exp $
#
-DISTNAME= Sphinx-0.5.1
-PKGREVISION= 1
+DISTNAME= Sphinx-0.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/S/Sphinx/
@@ -14,7 +13,7 @@ COMMENT= Python documentation generator
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.4:../../textproc/py-docutils
-DEPENDS+= ${PYPKGPREFIX}-jinja>=1.1:../../textproc/py-jinja
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments
.include "../../lang/python/egg.mk"