1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Source: python-coffin
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>,
Gonéri Le Bouder <goneri@debian.org>
Build-Depends: debhelper (>= 9),
python-all (>= 2.6.6-3~),
python-jinja2,
python-nose,
python-setuptools,
python-six,
python3-all,
python3-setuptools,
python3-six,
python-sphinx
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-coffin.git
Vcs-Git: git://anonscm.debian.org/openstack/python-coffin.git
Homepage: http://github.com/coffin/coffin
Package: python-coffin
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-six, ${misc:Depends}, ${python:Depends}
Description: 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.
Package: python3-coffin
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-six, ${misc:Depends}, ${python3:Depends}
Description: 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.
Package: python-coffin-doc
Section: doc
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Jinja2 adapter for Django - doc
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 documentation.
|