01d7ca37b7
.. changelog:: :version: 1.0.4 :released: Thu Mar 10 2016 .. change:: :tags: feature, test The default test runner is now py.test. Running "python setup.py test" will make use of py.test instead of nose. nose still works as a test runner as well, however. .. change:: :tags: bug, lexer :pullreq: github:19 Major improvements to lexing of intricate Python sections which may contain complex backslash sequences, as well as support for the bitwise operator (e.g. pipe symbol) inside of expression sections distinct from the Mako "filter" operator, provided the operator is enclosed within parentheses or brackets. Pull request courtesy Daniel Martin. .. change:: :tags: feature :pullreq: bitbucket:16 Added new method :meth:`.Template.list_defs`. Pull request courtesy Jonathan Vanasco. .. changelog:: :version: 1.0.3 :released: Tue Oct 27 2015 .. change:: :tags: bug, babel :pullreq: bitbucket:21 Fixed an issue where the Babel plugin would not handle a translation symbol that contained non-ascii characters. Pull request courtesy Roman Imankulov. .. changelog:: :version: 1.0.2 :released: Wed Aug 26 2015 .. change:: :tags: bug, installation 🎟️ 249 The "universal wheel" marker is removed from setup.cfg, because our setup.py currently makes use of conditional dependencies. In 🎫`249`, the discussion is ongoing on how to correct our setup.cfg / setup.py fully so that we can handle the per-version dependency changes while still maintaining optimal wheel settings, so this issue is not yet fully resolved. .. change:: :tags: bug, py3k 🎟️ 250 Repair some calls within the ast module that no longer work on Python3.5; additionally replace the use of ``inspect.getargspec()`` under Python 3 (seems to be called from the TG plugin) to avoid deprecation warnings. .. change:: :tags: bug :pullreq: bitbucket:18 Update the Lingua translation extraction plugin to correctly handle templates mixing Python control statements (such as if, for and while) with template fragments. Pull request courtesy Laurent Daverio. .. change:: :tags: feature 🎟️ 236 Added ``STOP_RENDERING`` keyword for returning/exiting from a template early, which is a synonym for an empty string ``""``. Previously, the docs suggested a bare ``return``, but this could cause ``None`` to appear in the rendered template result. .. seealso:: :ref:`syntax_exiting_early`
87 lines
2.8 KiB
Text
87 lines
2.8 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2016/08/18 14:53:24 richard Exp $
|
|
bin/mako-render
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/mako/__init__.py
|
|
${PYSITELIB}/mako/__init__.pyc
|
|
${PYSITELIB}/mako/__init__.pyo
|
|
${PYSITELIB}/mako/_ast_util.py
|
|
${PYSITELIB}/mako/_ast_util.pyc
|
|
${PYSITELIB}/mako/_ast_util.pyo
|
|
${PYSITELIB}/mako/ast.py
|
|
${PYSITELIB}/mako/ast.pyc
|
|
${PYSITELIB}/mako/ast.pyo
|
|
${PYSITELIB}/mako/cache.py
|
|
${PYSITELIB}/mako/cache.pyc
|
|
${PYSITELIB}/mako/cache.pyo
|
|
${PYSITELIB}/mako/cmd.py
|
|
${PYSITELIB}/mako/cmd.pyc
|
|
${PYSITELIB}/mako/cmd.pyo
|
|
${PYSITELIB}/mako/codegen.py
|
|
${PYSITELIB}/mako/codegen.pyc
|
|
${PYSITELIB}/mako/codegen.pyo
|
|
${PYSITELIB}/mako/compat.py
|
|
${PYSITELIB}/mako/compat.pyc
|
|
${PYSITELIB}/mako/compat.pyo
|
|
${PYSITELIB}/mako/exceptions.py
|
|
${PYSITELIB}/mako/exceptions.pyc
|
|
${PYSITELIB}/mako/exceptions.pyo
|
|
${PYSITELIB}/mako/ext/__init__.py
|
|
${PYSITELIB}/mako/ext/__init__.pyc
|
|
${PYSITELIB}/mako/ext/__init__.pyo
|
|
${PYSITELIB}/mako/ext/autohandler.py
|
|
${PYSITELIB}/mako/ext/autohandler.pyc
|
|
${PYSITELIB}/mako/ext/autohandler.pyo
|
|
${PYSITELIB}/mako/ext/babelplugin.py
|
|
${PYSITELIB}/mako/ext/babelplugin.pyc
|
|
${PYSITELIB}/mako/ext/babelplugin.pyo
|
|
${PYSITELIB}/mako/ext/beaker_cache.py
|
|
${PYSITELIB}/mako/ext/beaker_cache.pyc
|
|
${PYSITELIB}/mako/ext/beaker_cache.pyo
|
|
${PYSITELIB}/mako/ext/extract.py
|
|
${PYSITELIB}/mako/ext/extract.pyc
|
|
${PYSITELIB}/mako/ext/extract.pyo
|
|
${PYSITELIB}/mako/ext/linguaplugin.py
|
|
${PYSITELIB}/mako/ext/linguaplugin.pyc
|
|
${PYSITELIB}/mako/ext/linguaplugin.pyo
|
|
${PYSITELIB}/mako/ext/preprocessors.py
|
|
${PYSITELIB}/mako/ext/preprocessors.pyc
|
|
${PYSITELIB}/mako/ext/preprocessors.pyo
|
|
${PYSITELIB}/mako/ext/pygmentplugin.py
|
|
${PYSITELIB}/mako/ext/pygmentplugin.pyc
|
|
${PYSITELIB}/mako/ext/pygmentplugin.pyo
|
|
${PYSITELIB}/mako/ext/turbogears.py
|
|
${PYSITELIB}/mako/ext/turbogears.pyc
|
|
${PYSITELIB}/mako/ext/turbogears.pyo
|
|
${PYSITELIB}/mako/filters.py
|
|
${PYSITELIB}/mako/filters.pyc
|
|
${PYSITELIB}/mako/filters.pyo
|
|
${PYSITELIB}/mako/lexer.py
|
|
${PYSITELIB}/mako/lexer.pyc
|
|
${PYSITELIB}/mako/lexer.pyo
|
|
${PYSITELIB}/mako/lookup.py
|
|
${PYSITELIB}/mako/lookup.pyc
|
|
${PYSITELIB}/mako/lookup.pyo
|
|
${PYSITELIB}/mako/parsetree.py
|
|
${PYSITELIB}/mako/parsetree.pyc
|
|
${PYSITELIB}/mako/parsetree.pyo
|
|
${PYSITELIB}/mako/pygen.py
|
|
${PYSITELIB}/mako/pygen.pyc
|
|
${PYSITELIB}/mako/pygen.pyo
|
|
${PYSITELIB}/mako/pyparser.py
|
|
${PYSITELIB}/mako/pyparser.pyc
|
|
${PYSITELIB}/mako/pyparser.pyo
|
|
${PYSITELIB}/mako/runtime.py
|
|
${PYSITELIB}/mako/runtime.pyc
|
|
${PYSITELIB}/mako/runtime.pyo
|
|
${PYSITELIB}/mako/template.py
|
|
${PYSITELIB}/mako/template.pyc
|
|
${PYSITELIB}/mako/template.pyo
|
|
${PYSITELIB}/mako/util.py
|
|
${PYSITELIB}/mako/util.pyc
|
|
${PYSITELIB}/mako/util.pyo
|