1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: python-text-unidecode
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
python3-all,
Build-Depends-Indep:
dh-python,
python3-pytest,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-text-unidecode
Vcs-Git: https://salsa.debian.org/python-team/packages/python-text-unidecode.git
Homepage: https://github.com/kmike/text-unidecode
Package: python3-text-unidecode
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: most basic Python port of the Text::Unidecode Perl library (Python3 version)
This library is an alternative of other Python ports of Text::Unidecode
(unidecode and isounidecode).
unidecode (in Debian available as python3-unidecode) is licensed under GPL;
isounidecode uses too much memory, and it also didn’t support Python 3 while
text-unidecode was created.
.
This package contains the Python 3 version of the library.
|