File: control

package info (click to toggle)
flufl.i18n 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: python: 568; makefile: 11
file content (47 lines) | stat: -rw-r--r-- 2,130 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
Source: flufl.i18n
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Homepage: https://gitlab.com/warsaw/flufl.i18n
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-public,
               python3-setuptools,
               python3-sphinx (>= 1.0.7+dfsg-1~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/python-team/modules/flufl.i18n.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/flufl.i18n
Rules-Requires-Root: no

Package: python-flufl.i18n-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Conflicts: 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: 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.