File: control

package info (click to toggle)
python-l20n 4.0.0~a1-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: python: 1,618; makefile: 18; sh: 8
file content (36 lines) | stat: -rw-r--r-- 1,134 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
Source: python-l20n
Section: python
Priority: optional
Uploaders:
 Stuart Prescott <stuart@debian.org>
Maintainer: Debian l10n developers <debian-l10n-devel@lists.alioth.debian.org>
Build-Depends-Indep:
 python3-all,
 python3-setuptools,
 python3-six (>> 1.9.0),
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/l10n-team/python-l20n.git
Vcs-Browser: https://salsa.debian.org/l10n-team/python-l20n
Homepage: https://github.com/l20n/python-l20n
Rules-Requires-Root: no

Package: python3-l20n
Architecture: all
Depends:
 python3,
 python3-six,
 ${misc:Depends},
 ${python3:Depends}
Description: Mozilla Web localization framework (Python 3)
 L20n is a localization framework developed by Mozilla for the Web. It
 allows localizers to put small bits of logic into localization resources
 to codify the grammar of the language.
 .
 L20n's framework removes the need for developers to thoroughly understand
 the specifics of a natural language and provides an opportunity for
 localizers to create better translations.
 .
 This package includes the l20n modules for Python 3.