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
|
Source: python-jingo
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep: python-django,
python-jinja2,
python-mock,
python-nose,
python-six,
python3-django,
python3-jinja2,
python3-mock,
python3-nose,
python3-six,
sqlite3,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-jingo.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-jingo.git
Homepage: https://github.com/jbalogh/jingo
Package: python-jingo
Architecture: all
Depends: python-django,
python-jinja2,
python-six,
${misc:Depends},
${python:Depends},
Description: adapter for using Jinja2 templates with Django - Python 2.x
Jingo is an adapter for using Jinja2 templates within Django. When configured
properly you can render Jinja2 templates in your view the same way you'd
render Django templates.
.
This package contains the Python 2.x module.
Package: python3-jingo
Architecture: all
Depends: python3-django,
python3-jinja2,
python3-six,
${misc:Depends},
${python3:Depends},
Description: adapter for using Jinja2 templates with Django - Python 3.x
Jingo is an adapter for using Jinja2 templates within Django. When configured
properly you can render Jinja2 templates in your view the same way you'd
render Django templates.
.
This package contains the Python 3.x module.
Package: python-jingo-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: adapter for using Jinja2 templates with Django - doc
Jingo is an adapter for using Jinja2 templates within Django. When configured
properly you can render Jinja2 templates in your view the same way you'd
render Django templates.
.
This package contains the documentation.
|