eb05ed1c2c
* 40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII characters correctly. * 37: Allow configuring sphinx-apidoc via ``SPHINX_APIDOC_OPTIONS``. * 34: Restore Python 2.4 compatibility. * 36: Make the "bibliography to TOC" fix in LaTeX output specific to the document class. * 695: When the highlight language "python" is specified explicitly, do not try to parse the code to recognize non-Python snippets. * 859: Fix exception under certain circumstances when not finding appropriate objects to link to. * 860: Do not crash when encountering invalid doctest examples, just emit a warning. * 864: Fix crash with some settings of :confval:`modindex_common_prefix`. * 862: Fix handling of ``-D`` and ``-A`` options on Python 3. * 851: Recognize and warn about circular toctrees, instead of running into recursion errors. * 853: Restore compatibility with docutils trunk. * 852: Fix HtmlHelp index entry links again. * 854: Fix inheritance_diagram raising attribute errors on builtins. * 832: Fix crashes when putting comments or lone terms in a glossary. * 834, 818: Fix HTML help language/encoding mapping for all Sphinx supported languages. * 844: Fix crashes when dealing with Unicode output in doctest extension. * 831: Provide ``--project`` flag in setup_command as advertised. * 875: Fix reading config files under Python 3. * 876: Fix quickstart test under Python 3. * 870: Fix spurious KeyErrors when removing documents. * 892: Fix single-HTML builder misbehaving with the master document in a subdirectory. * 873: Fix assertion errors with empty ``only`` directives. * 816: Fix encoding issues in the Qt help builder.
22 lines
661 B
Makefile
22 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.15 2012/04/23 14:52:53 adam Exp $
|
|
|
|
DISTNAME= Sphinx-1.1.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/S/Sphinx/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://sphinx.pocoo.org/
|
|
COMMENT= Python documentation generator
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.8.1:../../textproc/py-docutils
|
|
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.2:../../textproc/py-jinja2
|
|
DEPENDS+= ${PYPKGPREFIX}-pygments>=0.8:../../textproc/py-pygments
|
|
|
|
USE_LANGUAGES= #none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|