Source: speaklater Section: python Maintainer: Debian Python Team Build-Depends: debhelper-compat (= 14), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/python-team/packages/speaklater.git Vcs-Browser: https://salsa.debian.org/python-team/packages/speaklater Homepage: https://github.com/mitsuhiko/speaklater Package: python3-speaklater Architecture: all 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.