cheetah 3.2.4-1 source package in Ubuntu

Changelog

cheetah (3.2.4-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ JCF Ploemen (jcfp) ]
  * New upstream release.
  * Control:
    + bump Standards-Version to 4.4.0 (from 4.1.4; no further changes).
    + bump debhelper-compat level to 12 (from 11; no further changes).
    + remove obsolete versioning of the python(3)-markdown dependencies.
  * Copyright: update years for upstream and packaging.
  * Rules: fix testrun during build by copying ImportHooksTemplates dir.
  * d/tests: add needs-root for upstream Test.py, v2.

 -- JCF Ploemen (jcfp) <email address hidden>  Sat, 28 Sep 2019 13:28:03 +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.4-1.dsc 2.3 KiB 80ea4d9954fd124e0a99c4939bab15e29bdedc2a3293a53f51dbb8dc116d510c
cheetah_3.2.4.orig.tar.xz 245.5 KiB 92b1fc5439e89427dd05075b5cafbdb19f58c2ad2856c1351c6811733015bbe8
cheetah_3.2.4-1.debian.tar.xz 45.8 KiB 7e78e28570b23ac4f3c0de9f035dde2902533af2fdd7facbeac696b7f1aafc44

No changes file available.

Binary packages built by this source

python-cheetah: text-based template engine and Python code generator (Python 2)

 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 2 module.

python-cheetah-dbgsym: debug symbols for python-cheetah
python-cheetah-doc: documentation for the Cheetah template engine

 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.
 .
 This package contains documentation for the Cheetah template engine.

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