File: control

package info (click to toggle)
pyhunspell 0.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 184 kB
  • sloc: cpp: 458; python: 33; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 992 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
Source: pyhunspell
Section: python
Priority: optional
Maintainer: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               libhunspell-dev,
               python3-all-dev,
               python3-setuptools
Standards-Version: 4.4.0
Homepage: https://github.com/blatinier/pyhunspell
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/pyhunspell.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyhunspell

Package: python3-hunspell
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
Description: Python 3 binding for Hunspell
 Pyhunspell is a set of Python bindings for the Hunspell spell-checker
 engine. It lets developers load Hunspell dictionaries, check words, get
 suggestions, add new words, etc. It also provides some basic morphological
 analysis related methods.
 .
 This package provides the binding to Python 3.