File: control

package info (click to toggle)
elib.intl 0.0.3~git20110809-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 93
  • sloc: python: 652; makefile: 79
file content (20 lines) | stat: -rw-r--r-- 918 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: elib.intl
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathan Wiltshire <jmw@debian.org>
Build-Depends: python-all (>= 2.6.6-3~), dh-python, debhelper (>= 9~), python-sphinx, python-setuptools (>= 0.6c11), python-nose, python-doc
Standards-Version: 3.9.8
Homepage: https://github.com/dieterv/elib.intl
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/elib.intl.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/elib.intl.git

Package: python-elib.intl
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: enhanced internationalization (I18N) for Python
 The elib.intl module provides enhanced internationalization (I18N) services
 for your Python modules and applications.
 .
 elib.intl wraps Python's :func:`gettext` functionality.