d0e65a66e2
However, 1.2.2 fixes a bug that causes PLIST divergence. Requested by Niclas Rosenvik. Release 1.2.2 (released Mar 2, 2014) ==================================== Bugs fixed ---------- * PR#211: When checking for existence of the :confval:`html_logo` file, check the full relative path and not the basename. * PR#212: Fix traceback with autodoc and ``__init__`` methods without docstring. * PR#213: Fix a missing import in the setup command. * #1357: Option names documented by :rst:dir:`option` are now again allowed to not start with a dash or slash, and referencing them will work correctly. * #1358: Fix handling of image paths outside of the source directory when using the "wildcard" style reference. * #1374: Fix for autosummary generating overly-long summaries if first line doesn't end with a period. * #1383: Fix Python 2.5 compatibility of sphinx-apidoc. * #1391: Actually prevent using "pngmath" and "mathjax" extensions at the same time in sphinx-quickstart. * #1386: Fix bug preventing more than one theme being added by the entry point mechanism. * #1370: Ignore "toctree" nodes in text writer, instead of raising. * #1364: Fix 'make gettext' fails when the '.. todolist::' directive is present. * #1367: Fix a change of PR#96 that break sphinx.util.docfields.Field.make_field interface/behavior for `item` argument usage. Documentation ------------- * Extended the :ref:`documentation about building extensions <dev-extensions>`.
28 lines
865 B
Makefile
28 lines
865 B
Makefile
# $NetBSD: Makefile,v 1.24 2014/03/22 13:31:15 wiz Exp $
|
|
|
|
DISTNAME= Sphinx-1.2.2
|
|
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
|
|
|
|
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
|
|
|
|
REPLACE_PYTHON+= sphinx/pycode/pgen2/token.py
|
|
|
|
#USE_TOOLS+= makeinfo
|
|
# also needs LaTeX with additional packages (tex-mdwtools, tex-parskip)
|
|
#do-test:
|
|
# cd ${WRKSRC}/tests && ${PYTHONBIN} run.py
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|