File: control

package info (click to toggle)
pypinyin 0.55.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,932 kB
  • sloc: python: 3,723; xml: 236; makefile: 10
file content (23 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: pypinyin
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               docbook-xsl,
               python3-all,
               python3-setuptools,
               xsltproc
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/mozillazg/python-pinyin
Rules-Requires-Root: no

Package: python3-pypinyin
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Chinese pinyin convertion library and tools
 This package contains a Python library for converting various Chinese
 pinyin. It supports Hanyu Pinyin, Bopomofo, and Wade-Giles.
 .
 This package installs the library for Python 3.