File: control

package info (click to toggle)
python-translationstring 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • ctags: 184
  • sloc: python: 768; makefile: 72
file content (49 lines) | stat: -rw-r--r-- 2,183 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
Source: python-translationstring
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 10),
               python-all (>= 2.6.6-3~),
               python3-all,
               python-nose,
               python-setuptools,
               python3-setuptools
Standards-Version: 4.0.0
Homepage: http://www.repoze.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-translationstring.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-translationstring.git

Package: python-translationstring
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Utility library for i18n relied on by various Repoze packages - Python 2.x
 A library used by various Repoze packages for internationalization (i18n)
 duties related to translation.
 .
 This package provides a translation string class, a translation string
 factory class, translation and pluralization primitives, and a utility
 that helps Chameleon templates use translation facilities of this package.
 It does not depend on Babel, but its translation and pluralization
 services are meant to work best when provided with an instance of the
 babel.support.Translations class.
 .
 This package provides the Python 2.x module.

Package: python3-translationstring
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
Description: Utility library for i18n relied on by various Repoze packages - Python 3.x
 A library used by various Repoze packages for internationalization (i18n)
 duties related to translation.
 .
 This package provides a translation string class, a translation string
 factory class, translation and pluralization primitives, and a utility
 that helps Chameleon templates use translation facilities of this package.
 It does not depend on Babel, but its translation and pluralization
 services are meant to work best when provided with an instance of the
 babel.support.Translations class.
 .
 This package provides the Python 3.x module.