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
|
Source: pygtkspellcheck
Section: python
Priority: optional
Maintainer: Carlos Miguel Jenkins Pérez <carlos@jenkins.co.cr>
Build-Depends: debhelper (>= 8),
python (>= 2.7),
python-sphinx,
python-enchant,
python3-all,
python3-sphinx,
python3-enchant
Standards-Version: 3.9.3
Homepage: http://pygtkspellcheck.readthedocs.org/
Vcs-Browser: https://github.com/koehlma/pygtkspellcheck
Vcs-Git: git://github.com/koehlma/pygtkspellcheck.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Package: python-gtkspellcheck
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-enchant, python-gtk2 | python-gi
Recommends: iso-codes
Description: spellchecking library written in Python for Gtk based on Enchant
It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both
Python 2 and 3 with automatic switching and binding autodetection. For
automatic translation of the user interface it can use GEdit's translation
files.
.
This package contains the Python 2 version with support for PyGtk and
PyGObject.
Package: python3-gtkspellcheck
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-enchant, python3-gi
Recommends: iso-codes, python-gtkspellcheck-docs
Description: spellchecking library written in Python for Gtk based on Enchant
It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both
Python 2 and 3 with automatic switching and binding autodetection. For
automatic translation of the user interface it can use GEdit's translation
files.
.
This package contains the Python 3 version with support for PyGObject.
Package: python-gtkspellcheck-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python GTK Spellcheck common documentation
It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both
Python 2 and 3 with automatic switching and binding autodetection. For
automatic translation of the user interface it can use GEdit's translation
files.
.
This is the common documentation package.
|