File: control

package info (click to toggle)
jinja2-time 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 39
  • sloc: python: 143; makefile: 3
file content (40 lines) | stat: -rw-r--r-- 1,673 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
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 (>= 9), dh-python,
               python-all, python3-all,
               python-arrow, python3-arrow,
               python-jinja2, python3-jinja2,
               python-setuptools, python3-setuptools,
               python-pytest, python3-pytest,
               python-freezegun, python3-freezegun,
Standards-Version: 3.9.8
Homepage: https://github.com/hackebrot/jinja2-time
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/jinja2-time.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/jinja2-time.git

Package: python-jinja2-time
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Jinja2 extension for dates and times - Python 2.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 2.

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.