cheetah 3.2.6-2 source package in Ubuntu

Changelog

cheetah (3.2.6-2) unstable; urgency=medium

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address.

  [ Helmut Grohne ]
  * Rules:
    + convert dh --with to B-D: dh-sequence.
    + replace nodoc option/profile with indep condition.
  * Control:
    + move sphinx dependencies to B-D-I.
    + annotate python3-markdown dependency <!nocheck>.
  (Closes: #983112)

  [ Jeroen Ploemen ]
  * Control:
    + mark python-pygments build-dep <!nocheck>.
    + set maintainer to my debian.org email address.
    + set Rules-Requires-Root: no.
    + bump Standards-Version to 4.6.0 (from 4.5.0; no further changes).
    + bump compat level to 13 (from 12; no further changes).
  * Upstream metadata: add repository info.
  * Rules:
    + prevent installation of MondoReportDoc.txt in main pkg.
    + make output of custom commands verbose.

 -- Jeroen Ploemen <email address hidden>  Fri, 20 Aug 2021 10:11:47 +0000

Upload details

Uploaded by:
jcfp
Uploaded to:
Sid
Original maintainer:
jcfp
Architectures:
any all
Section:
text
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cheetah_3.2.6-2.dsc 2.2 KiB 16e15dfee73262b1e3539cd226eac7fb20d594a67ded457a1c4e3698cf002200
cheetah_3.2.6.orig.tar.xz 2.2 MiB eca5db32daab5b4e79807cbd8baeef718ec65be1c6af9bbe0b97a892c61bccac
cheetah_3.2.6-2.debian.tar.xz 45.7 KiB ff95effcb9f69ee1967f020d22feb57ecf89a7e77ca10e6e5963f6589fdc1897

No changes file available.

Binary packages built by this source

python3-cheetah: text-based template engine and Python code generator (Python 3)

 Cheetah can be used as a standalone templating utility or referenced as a
 library from other Python applications. It has many potential uses, but web
 developers looking for a viable alternative to ASP, JSP, PHP and PSP are
 expected to be its principle user group.
 .
 Features:
  * Generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any other
    text-based format.
  * Cleanly separates content, graphic design, and program code.
  * Blends the power and flexibility of Python with a simple template language
    that non-programmers can understand.
  * Gives template writers full access to any Python data structure, module,
    function, object, or method in their templates.
  * Makes code reuse easy by providing an object-orientated interface to
    templates that is accessible from Python code or other Cheetah templates.
    One template can subclass another and selectively reimplement sections of
    it.
  * Provides a simple, yet powerful, caching mechanism that can dramatically
    improve the performance of a dynamic website.
  * Compiles templates into optimized, yet readable, Python code.
 .
 This package contains the Python 3 module.

python3-cheetah-dbgsym: debug symbols for python3-cheetah