1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: pyicu
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3-all-dev,
python3-all-dbg, python3-six, python3-pkgconfig, libicu-dev (>= 76.1),
python3-setuptools, python3-pytest
Build-Conflicts: python-pyicu
Vcs-Git: https://salsa.debian.org/python-team/packages/pyicu.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyicu
Standards-Version: 4.7.2
Homepage: https://gitlab.pyicu.org/main/pyicu
Package: python3-icu
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: Python 3 extension wrapping the ICU C++ API
ICU is a C++ and C library that provides robust and full-featured
Unicode and locale support. This package provides an extension for
Python 3 which wraps the ICU C++ API.
|