mako 1.3.5-1 source package in Ubuntu

Changelog

mako (1.3.5-1) unstable; urgency=medium

  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Mon, 10 Jun 2024 23:51:27 +0200

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 Pocket Published Component Section
Oracular release main python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mako_1.3.5-1.dsc 2.3 KiB 82eaaa790e3d20980e4cd53027029fb0b67c141b21be06056a065e773fe01957
mako_1.3.5.orig.tar.gz 195.2 KiB 6b132caefec8fb4e3c53869a936e8781d5a15733067c2cb7ffe030e6cc073f13
mako_1.3.5-1.debian.tar.xz 12.9 KiB 8d63e13615d46f4a9cd5cffe177a7ea02b3866444d84e264e63049f43c41364a

Available diffs

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.