File: control

package info (click to toggle)
python-pybabel 0.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,856 kB
  • ctags: 1,094
  • sloc: python: 6,974; makefile: 49
file content (20 lines) | stat: -rw-r--r-- 951 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-pybabel
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Christoph Haas <haas@debian.org>
Build-Depends: python-support (>= 0.6), debhelper (>= 5), python-all-dev, python-setuptools
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-pybabel/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-pybabel/trunk/

Package: python-pybabel
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources
Conflicts: python-babel
Description: tools for internationalizing Python applications
 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.