File: control

package info (click to toggle)
python-jingo 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 268 kB
  • ctags: 171
  • sloc: python: 547; makefile: 105
file content (59 lines) | stat: -rw-r--r-- 2,187 bytes parent folder | download
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
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),
               python-all (>= 2.6.6-3~),
               python-django,
               python-jinja2,
               python-mock,
               python-nose,
               python-setuptools,
               python-six,
               python-sphinx,
               python3-all,
               python3-django,
               python3-jinja2,
               python3-mock,
               python3-nose,
               python3-setuptools,
               python3-six
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-jingo.git
Vcs-Git: git://anonscm.debian.org/openstack/python-jingo.git
Homepage: http://github.com/jbalogh/jingo

Package: python-jingo
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-django, python-jinja2, ${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
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python3-django, python3-jinja2, ${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
Pre-Depends: dpkg (>= 1.15.6~)
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.