python-coffin 0.3.8-1 source package in Ubuntu

Changelog

python-coffin (0.3.8-1) unstable; urgency=medium


  * Initial release. (Closes: #760866)

 -- Thomas Goirand <email address hidden>  Tue, 12 Aug 2014 14:45:28 +0800

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coffin_0.3.8-1.dsc 2.3 KiB 0765d9165585f86076603dc6baf5dfe60e87823ce199bbd6fd0f903cdee35716
python-coffin_0.3.8.orig.tar.xz 35.7 KiB 320ecbceb9553215bcae96c1a53f42955b09d9419a0b9793eb968ae7206e9a50
python-coffin_0.3.8-1.debian.tar.xz 5.7 KiB a3edad944222715cfeef71c4544bd0b78ac9445f08b6317f3be5fc2cf57ed957

No changes file available.

Binary packages built by this source

python-coffin: Jinja2 adapter for Django - Python 2.x

 Coffin is a Jinja2 adapter for Django. Coffin currently makes the following
 Django tags available in Jinja:
  * {% cache %} - has currently an incompatibility: The second argument (the
    fragment name) needs to be specified with surrounding quotes if it is
    supposed to be a literal string, according to Jinja2 syntax. It will
    otherwise be considered an identifer and resolved as a variable.
  * {% load %} - is actually a no-op in Coffin, since templatetag libraries are
    always loaded. See also "Custom Filters and extensions".
  * {% spaceless %}
  * {% url %} - additionally, a view|url() filter is also available. Or use
    view|url() for Django 1.5 style lookups by the value of view.
  * {% with %}
  * {% csrf_token %}
 .
 Django filters that are ported in Coffin:
  * date
  * floatformat
  * pluralize (expects an optional second parameter rather than the comma
    syntax)
  * time
  * timesince
  * timeuntil
  * truncatewords
  * truncatewords_html
 .
 This package contains the Python 2.x module.

python-coffin-doc: No summary available for python-coffin-doc in ubuntu vivid.

No description available for python-coffin-doc in ubuntu vivid.

python3-coffin: Jinja2 adapter for Django - Python 3.x

 Coffin is a Jinja2 adapter for Django. Coffin currently makes the following
 Django tags available in Jinja:
  * {% cache %} - has currently an incompatibility: The second argument (the
    fragment name) needs to be specified with surrounding quotes if it is
    supposed to be a literal string, according to Jinja2 syntax. It will
    otherwise be considered an identifer and resolved as a variable.
  * {% load %} - is actually a no-op in Coffin, since templatetag libraries are
    always loaded. See also "Custom Filters and extensions".
  * {% spaceless %}
  * {% url %} - additionally, a view|url() filter is also available. Or use
    view|url() for Django 1.5 style lookups by the value of view.
  * {% with %}
  * {% csrf_token %}
 .
 Django filters that are ported in Coffin:
  * date
  * floatformat
  * pluralize (expects an optional second parameter rather than the comma
    syntax)
  * time
  * timesince
  * timeuntil
  * truncatewords
  * truncatewords_html
 .
 This package contains the Python 3.x module.