mako 1.2.4+ds-2 source package in Ubuntu

Changelog

mako (1.2.4+ds-2) unstable; urgency=medium

  * Team upload
  * d/control: Add python3-sphinxcontrib.jquery to B-D
    (Closes: #1042287)
  * d/control: Bump Standards-Version to 4.6.2
    No further changes needed.

 -- Carsten Schoenert <email address hidden>  Thu, 27 Jul 2023 18:15:08 +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
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mako_1.2.4+ds-2.dsc 2.4 KiB 86f5c7d599b132cfb89e3cf30fa01b40473c83a711b9f0a04988c0c36981f8b6
mako_1.2.4+ds.orig.tar.gz 192.7 KiB 4306f78852944384e39fd5b58fcf8f5d2a7ef1ad6a5651970f04ade9b6a1c562
mako_1.2.4+ds-2.debian.tar.xz 12.9 KiB 95232e1756953483512bb858d867c999d386c3abcaedfa0eea62c70c3b89f001

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.