Source: speaklater
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all (>= 2.6.6-6~),
               python-epydoc,
               python-setuptools,
               python3-all,
               python3-setuptools
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.4
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/cgit/python-modules/packages/speaklater.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/speaklater.git
Homepage: http://github.com/mitsuhiko/speaklater

Package: python-speaklater
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-speaklater-doc
Description: lazy string useful for translations for Python 2
 speaklater is a Python module providing an implementation of lazy strings.
 Every time a lazy string is evaluated, it changes its value based on a user
 provided callable. These lazy strings can be useful in combination with
 gettext for translations.
 .
 This package contains the Python 2 version of the module.

Package: python3-speaklater
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-speaklater-doc
Description: lazy string useful for translations for Python 3
 speaklater is a Python module providing an implementation of lazy strings.
 Every time a lazy string is evaluated, it changes its value based on a user
 provided callable. These lazy strings can be useful in combination with
 gettext for translations.
 .
 This package contains the Python 3 version of the module.

Package: python-speaklater-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: lazy string useful for translation (API documentation)
 speaklater is a Python module providing an implementation of lazy strings.
 Every time a lazy string is evaluated, it changes its value based on a user
 provided callable. These lazy strings can be useful in combination with
 gettext for translations.
 .
 This package contains the API documentation.
