File: control

package info (click to toggle)
flask-babel 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 169
  • sloc: python: 619; makefile: 130
file content (70 lines) | stat: -rw-r--r-- 2,114 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
60
61
62
63
64
65
66
67
68
69
70
Source: flask-babel
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-babel (>= 2.3),
 python-doc,
 python-flask (>= 0.8),
 python-jinja2 (>= 2.5),
 python-setuptools,
 python-sphinx (>= 1.0.7+dfsg),
 python3-all,
 python3-babel (>= 2.3),
 python3-flask,
 python3-jinja2,
 python3-setuptools,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/flask-babel.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/flask-babel.git
Homepage: https://github.com/python-babel/flask-babel

Package: python-flask-babel
Architecture: all
Depends:
 python-babel (>= 2.3),
 python-flask (>= 0.8),
 ${misc:Depends},
 ${python:Depends}
Suggests:
 python-flask-babel-doc
Description: internationalization and localization support for Flask (Python 2)
 Flask-Babel is an extension to Flask that adds internationalization and
 localization support. It has a friendly interface to gettext translations and
 supports date formatting with timezones.
 .
 This is the Python 2 version of the package.

Package: python3-flask-babel
Architecture: all
Depends:
 python3-babel (>= 2.3),
 python3-flask,
 ${misc:Depends},
 ${python3:Depends}
Suggests:
 python-flask-babel-doc
Description: internationalization and localization support for Flask (Python 3)
 Flask-Babel is an extension to Flask that adds internationalization and
 localization support. It has a friendly interface to gettext translations and
 supports date formatting with timezones.
 .
 This is the Python 3 version of the package.

Package: python-flask-babel-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Description: internationalization and localization support for Flask (documentation)
 Flask-Babel is an extension to Flask that adds internationalization and
 localization support. It has a friendly interface to gettext translations and
 supports date formatting with timezones.
 .
 This package contains the documentation.