File: control

package info (click to toggle)
flufl.i18n 1.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 532 kB
  • ctags: 132
  • sloc: python: 480; makefile: 8
file content (65 lines) | stat: -rw-r--r-- 2,985 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
Source: flufl.i18n
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Homepage: http://launchpad.net/flufl.i18n
Section: python
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python-sphinx (>= 1.0.7+dfsg-1~),
               python3-all,
               python3-setuptools
Standards-Version: 3.9.6
XS-Testsuite: autopkgtest
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flufl.i18n/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flufl.i18n/trunk/

Package: python-flufl.i18n-doc
Architecture: all
Section: doc
Breaks: python-flufl.i18n-docs
Replaces: python-flufl.i18n-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-pkg-resources
Description: high level API for Python internationalization (common documentation)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
 .
 This is the common documentation package.

Package: python-flufl.i18n
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-flufl.i18n-doc, python-pkg-resources
Description: high level API for Python internationalization (Python 2)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.

Package: python3-flufl.i18n
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flufl.i18n-doc, python3-pkg-resources
Description: high level API for Python internationalization (Python 3)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
 .
 This is the Python 3 version of the package.