Source: pyuca
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 W. Martin Borgert <debacle@debian.org>
Build-Depends:
 debhelper (>= 12),
 dh-python,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools
Standards-Version: 3.9.8
Rules-Requires-Root: no
Homepage: https://github.com/jtauber/pyuca
Vcs-Git: https://salsa.debian.org/python-team/modules/pyuca.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyuca

Package: python-pyuca
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: Unicode Collation Algorithm (UCA) for Python
 The Unicode Collation Algorithm is defined in the Unicode Technical
 Report #10 (UTR-10). It defines a customizable method to compare
 two strings which can be used for the implementation of sorting orders
 for Unicode alphabets.
 .
 This library is a Python implementation of the UCA which provides
 special features for the sorting of non-English Unicode strings like
 multi-level comparison, contraction, and expansion.
 .
 This package provides Pyuca for Python 2.

Package: python3-pyuca
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Unicode Collation Algorithm (UCA) for Python3
 The Unicode Collation Algorithm is defined in the Unicode Technical
 Report #10 (UTR-10). It defines a customizable method to compare
 two strings which can be used for the implementation of sorting orders
 for Unicode alphabets.
 .
 This library is a Python implementation of the UCA which provides
 special features for the sorting of non-English Unicode strings like
 multi-level comparison, contraction, and expansion.
 .
 This package provides Pyuca for Python 3.
