Source: python-speaklater
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools
Standards-Version: 4.4.1
Homepage: https://github.com/mitsuhiko/speaklater
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-speaklater
Vcs-Git: https://gitlab.com/kalilinux/packages/python-speaklater.git
Testsuite: autopkgtest-pkg-python

Package: python3-speaklater
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Lazy strings for Python (Python 3)
 This package contains a module that provides lazy strings for translations.
 Basically you get an object that appears to be a string but changes the value
 every time the value is evaluated based on a callable you provide.
 .
 This package installs the library for Python 3.
