mako 1.1.3+ds1-3 source package in Ubuntu
Changelog
mako (1.1.3+ds1-3) unstable; urgency=medium [ Sandro Tosi ] * Use the new Debian Python Team contact name and address [ Debian Janitor ] * Apply multi-arch hints. + python-mako-doc: Add Multi-Arch: foreign. -- Sandro Tosi <email address hidden> Tue, 03 May 2022 23:36:54 -0400
Upload details
- Uploaded by:
- Piotr Ożarowski
- Uploaded to:
- Sid
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
mako_1.1.3+ds1-3.dsc | 2.2 KiB | 3e87baa562d0e41b0a5dcde5139fdc7438699f29a520315f850cbeef30271400 |
mako_1.1.3+ds1.orig.tar.xz | 157.7 KiB | 9c6ef441588b6aaa51b879739aa780902327a11ab1a1858df0850588daa0df80 |
mako_1.1.3+ds1-3.debian.tar.xz | 13.1 KiB | ba9e98ded25b1071a089b0e6737db3b04a0c7fcbc33876f6c63246a82d3fb284 |
Available diffs
- diff from 1.1.3+ds1-2 to 1.1.3+ds1-3 (752 bytes)
No changes file available.
Binary packages built by this source
- python-mako-doc: documentation for the Mako Python library
Mako is a template library written in Python.
.
This package contains the documentation for Mako in HTML and
reStructuredText formats.
- python3-mako: fast and lightweight templating for the Python 3 platform
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.