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 71 72 73 74 75 76 77 78 79 80
|
Source: python-babel
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christoph Haas <haas@debian.org>, Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
python-pytest (>= 2.5.1),
python-setuptools,
python-sphinx | python3-sphinx,
python-tz,
python3-all,
python3-pytest (>= 2.5.1),
python3-setuptools,
python3-tz
Standards-Version: 3.9.8
Homepage: http://babel.pocoo.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-babel.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-babel.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-babel
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: python-babel-localedata (= ${source:Version}),
python-pkg-resources,
${misc:Depends},
${python:Depends}
Recommends: ${python:Recommends}
Description: tools for internationalizing Python applications - Python 2.x
Babel is composed of two major parts. First tools to build and work with
gettext message catalogs. Second a Python interface to the CLDR (Common
Locale Data Repository), providing access to various locale display
names, localized number and date formatting, etc.
.
This package provides the Python 2.x module.
Package: python3-babel
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: python-babel-localedata (= ${source:Version}),
python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Description: tools for internationalizing Python applications - Python 3.x
Babel is composed of two major parts. First tools to build and work with
gettext message catalogs. Second a Python interface to the CLDR (Common
Locale Data Repository), providing access to various locale display
names, localized number and date formatting, etc.
.
This package provides the Python 3.x module.
Package: python-babel-localedata
Architecture: all
Depends: ${misc:Depends}
Description: tools for internationalizing Python applications - locale data files
Babel is composed of two major parts. First tools to build and work with
gettext message catalogs. Second a Python interface to the CLDR (Common
Locale Data Repository), providing access to various locale display
names, localized number and date formatting, etc.
.
This package contains the locale data files used by both python-babel and
python3-babel.
Package: python-babel-doc
Architecture: all
Section: doc
Breaks: python-babel (<< 1.3-1)
Replaces: python-babel (<< 1.3-1)
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: tools for internationalizing Python applications - documentation
Babel is composed of two major parts. First tools to build and work with
gettext message catalogs. Second a Python interface to the CLDR (Common
Locale Data Repository), providing access to various locale display
names, localized number and date formatting, etc.
.
This package contains the Babel documentation.
|