summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: a09bd5fe0536ec85f131c3b22dc8a9c428533319 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Source: pyphen
Section: python
Priority: optional
Maintainer: "P. J. McDermott" <pj@pehjota.net>
Build-Depends: debhelper (>= 9),
# Needed to build Python 2 modules:
 python-all (>= 2.6.6-3~),
 python-setuptools,
# Needed to build Python 3 modules:
 python3-all (>= 3.1.2-7~),
 python3-setuptools,
Standards-Version: 3.9.4
Homepage: http://pyphen.org/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

Package: python-pyphen
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
 pyphen-dictionaries (= ${binary:Version}),
Description: Python module to hyphenate text (Python 2)
 Pyphen is a pure Python module to hyphenate text using existing Hunspell
 hyphenation dictionaries.
 .
 This module is a fork of python-hyphenator, written by Wilbert Berendsen.
 .
 Many dictionaries are included in pyphen, they come from the LibreOffice Git
 repository and are distributed under GPL, LGPL and/or MPL.  See the
 dictionaries and LibreOffice's repository for more details.
 .
 This package provides the Python 2 Pyphen hypenation module.

Package: python3-pyphen
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 pyphen-dictionaries (= ${binary:Version}),
Description: Python module to hyphenate text (Python 3)
 Pyphen is a pure Python module to hyphenate text using existing Hunspell
 hyphenation dictionaries.
 .
 This module is a fork of python-hyphenator, written by Wilbert Berendsen.
 .
 Many dictionaries are included in pyphen, they come from the LibreOffice Git
 repository and are distributed under GPL, LGPL and/or MPL.  See the
 dictionaries and LibreOffice's repository for more details.
 .
 This package provides the Python 3 Pyphen hypenation module.

Package: pyphen-dictionaries
Architecture: all
Depends: ${misc:Depends},
Description: Python module to hyphenate text - dictionaries
 Pyphen is a pure Python module to hyphenate text using existing Hunspell
 hyphenation dictionaries.
 .
 This module is a fork of python-hyphenator, written by Wilbert Berendsen.
 .
 Many dictionaries are included in pyphen, they come from the LibreOffice Git
 repository and are distributed under GPL, LGPL and/or MPL.  See the
 dictionaries and LibreOffice's repository for more details.
 .
 This package provides the hyphenation dictionaries for the Pyphen module.