File: control

package info (click to toggle)
pyphen 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,144 kB
  • sloc: python: 243; makefile: 14; sh: 9
file content (35 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download
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
33
34
35
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,
               flit (>= 3.2),
               pybuild-plugin-pyproject,
               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.6.1
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.