File: control

package info (click to toggle)
pyphen 0.9.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,036 kB
  • sloc: python: 220; makefile: 14; sh: 3
file content (29 lines) | stat: -rw-r--r-- 1,156 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
Source: pyphen
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>,
           Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               hyphen-nl,
               python3-all,
               python3-pytest,
               python3-setuptools
Vcs-Git: https://salsa.debian.org/python-team/modules/pyphen.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyphen
Standards-Version: 4.4.0
Homepage: https://pyphen.org/

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.