Source: python-jinja2
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pallets/jinja/tags
Vcs-Browser: https://github.com/alvistack/pallets-jinja
Vcs-Git: https://github.com/alvistack/pallets-jinja.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-jinja2
Architecture: all
Description: General purpose template engine for python3
 Jinja2 is a template engine written in pure Python. It provides a Django
 inspired non-XML syntax but supports inline expressions and an optional
 sandboxed environment.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-markupsafe (>= 2.0),
