mako 1.0.7+ds1-1 source package in Ubuntu

Changelog

mako (1.0.7+ds1-1) unstable; urgency=medium

  * New upstream release
  * Standards-Version bumped to 4.0.0 (no changes needed)

 -- Piotr Ożarowski <email address hidden>  Fri, 14 Jul 2017 16:44:18 +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
Bionic release main python

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mako_1.0.7+ds1-1.dsc 2.3 KiB 6cf4782ec7bbc1d7fe39152dafa146e88b903b26b1bf21689600651176f5fda2
mako_1.0.7+ds1.orig.tar.gz 267.1 KiB 503dc4cebb5d7227ac3bac5c6264bd16124e83354a3baee02edf45a254562c44
mako_1.0.7+ds1-1.debian.tar.xz 12.3 KiB 3e115796c63ebed017de17bf4b212d3c1ada2db4be723005a1aa092123c173c7

Available diffs

No changes file available.

Binary packages built by this source

python-mako: No summary available for python-mako in ubuntu artful.

No description available for python-mako in ubuntu artful.

python-mako-doc: No summary available for python-mako-doc in ubuntu eoan.

No description available for python-mako-doc in ubuntu eoan.

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.