Source: jinja2-time
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 9), dh-python,
               python3-all,
               python3-arrow,
               python3-jinja2,
               python3-setuptools,
               python3-pytest,
               python3-freezegun,
Standards-Version: 3.9.8
Homepage: https://github.com/hackebrot/jinja2-time
Vcs-Git: https://salsa.debian.org/python-team/modules/jinja2-time.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/jinja2-time

Package: python3-jinja2-time
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Jinja2 extension for dates and times - Python 3.x
 This extension for the template engine Jinja2 adds a "now" tag
 providing a convenient access to the arrow.now() API from
 templates. A format string can be provided to control the output.
 .
 This package contains the module for Python 3.
