Source: pyphen
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>,
           Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               flit (>= 3.2),
               hyphen-en-us,
               hyphen-fr,
               hyphen-hu,
               hyphen-nl,
               hyphen-sr,
               python3-all,
               python3-pytest,
Vcs-Git: https://salsa.debian.org/python-team/packages/pyphen.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyphen
Standards-Version: 4.7.0
Homepage: https://www.courtbouillon.org/pyphen
Rules-Requires-Root: no

Package: python3-pyphen
Architecture: all
Depends: hyphen-en-us | hyphen-hyphenation-patterns,
         ${misc:Depends},
         ${python3:Depends}
Description: Python 3 hyphenation module
 Pyphen is a pure Python 3 module to hyphenate text using existing Hunspell
 hyphenation dictionaries. This module is a fork of python-hyphenator, written
 by Wilbert Berendsen.  It uses Debian system hyphenation packages (package
 hyphen-(language code) rather than the embedded set provided by upstream.
 .
 This is the Python 3 version of the package.
