python-Mako
Mako is a template library written in Python. It provides a familiar, non-XML
syntax which compiles into Python modules for maximum performance. Mako's
syntax and API borrows from the best ideas of many others, including Django
templates, Cheetah, Myghty, and Genshi. Conceptually, Mako is an embedded
Python (i.e. Python Server Page) language, which refines the familiar ideas
of componentized layout and inheritance to produce one of the most
straightforward and flexible models available, while also maintaining close
ties to Python calling and scoping semantics.
- Devel package for openSUSE:Factory
-
8
derived packages
- Links to openSUSE:Factory / python-Mako
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Mako && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Mako-0.9.1.tar.gz | 0000421071 411 KB | |
_link | 0000000146 146 Bytes | |
python-Mako.changes | 0000012168 11.9 KB | |
python-Mako.spec | 0000002544 2.48 KB |
Revision 24 (latest revision is 112)
Denisart Benjamin (posophe)
accepted
request 213703
from
Dirk Mueller (dirkmueller)
(revision 24)
- update to 0.9.1: - [bug] Fixed bug in Babel plugin where translator comments would be lost if intervening text nodes were encountered. Fix courtesy Ned Batchelder. [ticket:225] - [bug] Fixed TGPlugin.render method to support unicode template names in Py2K - courtesy Vladimir Magamedov. - [bug] Fixed an AST issue that was preventing correct operation under alpha versions of Python 3.4. Pullreq courtesy Zer0-. - [bug] Changed the format of the "source encoding" header output by the code generator to use the format ``# -*- coding:%s -*-`` instead of ``# -*- encoding:%s -*-``; the former is more common and compatible with emacs. Courtesy Martin Geisler. - [bug] Fixed issue where an old lexer rule prevented a template line which looked like "#*" from being correctly parsed. [ticket:224]
Comments 0