cheetah 2.4.4-2ubuntu1 source package in Ubuntu

Changelog

cheetah (2.4.4-2ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  (LP: #795714) Remaining changes:
    - debian/control: Rename Vcs-* to XS-Debian-Vcs-*.
    - Drop Build-Depends on python-markup, as it's in universe and only
      used -- if available -- for tests
  * Dropped changes:
    - debian/rules: Run testsuite cheetah/Tests/Test.py during build
    - debian/rules: Add PATH=$(CURDIR)/build/scripts-$buildver:$PATH
      and PYTHONPATH=$(CURDIR)/build/lib.*-$buildver when running
      testsuitej
      + debian runs test suite now
    - Add debian/patches/02_fedora_cheetah_2.7_compat.patch from Fedora to
      + This is fixed in upstream cheetah now.
 -- Scott Moser <email address hidden>   Fri, 10 Jun 2011 15:55:11 -0400

Upload details

Uploaded by:
Scott Moser
Sponsored by:
Dave Walker
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
text
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cheetah_2.4.4.orig.tar.gz 186.5 KiB be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
cheetah_2.4.4-2ubuntu1.debian.tar.gz 11.1 KiB f93ec25760bac98b44c67b78d92112dc2afdbb27904e3d04f00953afcdc61b30
cheetah_2.4.4-2ubuntu1.dsc 1.5 KiB 4c6a1a78d3e3e4465c6f2c9a0e5d0f1377bcd5da665c2129d192c33cb7bddf6e

Available diffs

View changes file

Binary packages built by this source

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

 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.