summaryrefslogtreecommitdiff
path: root/textproc/py-sphinx/Makefile
diff options
context:
space:
mode:
authoradam <adam>2010-10-18 12:54:59 +0000
committeradam <adam>2010-10-18 12:54:59 +0000
commit99c5defe8383fb32159914bda9c3d7fa8d71100e (patch)
tree0170528788cac7d8c02814a383b8d27fcbb7ff5e /textproc/py-sphinx/Makefile
parent4ad209f4023d4126266482e40090132dbfa9ba44 (diff)
downloadpkgsrc-99c5defe8383fb32159914bda9c3d7fa8d71100e.tar.gz
Changes 1.0.4:
* Open intersphinx inventories in binary mode on Windows, since version 2 contains zlib-compressed data. * Allow giving non-local URIs for JavaScript files, e.g. in the JSMath extension. * Fix traceback when ``intersphinx_mapping`` is empty. Changes 1.0.3: * Fix internal vs. external link distinction for links coming from a docutils table-of-contents. * Fix the ``maxdepth`` option for the ``toctree()`` template callable when used with ``collapse=True``. * Fix crash parsing Python argument lists containing brackets in string literals. * Fix regression when building LaTeX docs with figures that don't have captions. * Fix inheritance diagrams for classes that are not picklable. * Introduce separate background color for the sidebar collapse button, making it easier to see. * Fix small layout bugs in several builtin themes.
Diffstat (limited to 'textproc/py-sphinx/Makefile')
-rw-r--r--textproc/py-sphinx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile
index 8cc3c731c9f..955b2670614 100644
--- a/textproc/py-sphinx/Makefile
+++ b/textproc/py-sphinx/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2010/09/27 10:29:22 adam Exp $
+# $NetBSD: Makefile,v 1.8 2010/10/18 12:54:59 adam Exp $
-DISTNAME= Sphinx-1.0.1
+DISTNAME= Sphinx-1.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/S/Sphinx/