Source: flufl.i18n
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Homepage: https://gitlab.com/warsaw/flufl.i18n
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-public,
               python3-setuptools,
               python3-sphinx-rtd-theme,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pdm-backend <!nocheck>,
               python3-sphinx,
               python3-sybil
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/flufl.i18n.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flufl.i18n
Rules-Requires-Root: no

Package: python-flufl.i18n-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Conflicts: python-flufl.i18n-docs
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Suggests: python-pkg-resources
Description: high level API for Python internationalization (common documentation)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
 .
 This is the common documentation package.

Package: python3-flufl.i18n
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flufl.i18n-doc, python3-pkg-resources
Description: high level API for Python internationalization (Python 3)
 This package provides a high level, convenient API for managing
 internationalization translation contexts in Python application.  There is a
 simple API for single-context applications, such as command line scripts which
 only need to translate into one language during the entire course of their
 execution.  There is a more flexible, but still convenient API for
 multi-context applications, such as servers, which may need to switch language
 contexts for different tasks.
