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
|
Source: pyramid-jinja2
Section: python
Priority: optional
Maintainer: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python3-all,
python3-setuptools,
python3-markupsafe,
python3-jinja2,
python3-zope.deprecation,
python3-pyramid,
python3-webtest,
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/pyramid_jinja2
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyramid-jinja2.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyramid-jinja2.git/
Testsuite: autopkgtest-pkg-python
Package: python3-pyramid-jinja2
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-pyramid-jinja2-doc
Description: Jinja2 template bindings for the Pyramid web framework (Python 3)
These are bindings for the Jinja2 templating system for the Pyramid web
framework.
.
This package installs the library for Python 3.
Package: python-pyramid-jinja2-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends},
libjs-jquery, libjs-underscore
Description: Jinja2 template bindings for the Pyramid (common documentation)
These are bindings for the Jinja2 templating system for the Pyramid web
framework.
.
This is the common documentation package.
|