Source: abydos
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-deprecation,
               python3-lzss <!nocheck>,
               python3-nltk <!nocheck>,
               python3-numpy,
               python3-paq <!nocheck>,
               python3-setuptools,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-sphinxcontrib.bibtex <!nodoc>,
               python3-syllabipy <!nocheck>,
               sphinx <!nodoc>,
Standards-Version: 4.6.0
Homepage: https://github.com/chrislit/abydos
Vcs-Git: https://salsa.debian.org/python-team/packages/abydos.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/abydos
Rules-Requires-Root: no

Package: python3-abydos
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-abydos-doc,
          python3-lzss,
          python3-nltk,
          python3-paq,
          python3-syllabipy
Description: NLP/IR library of phonetic algorithms, string distances and more
 Abydos is a Python library containing about 40 phonetic algorithms, 35 string
 distance measures & metrics, 10 stemmers, and 10 string fingerprinters.
 .
 Some of the algorithms require installation of the suggested packages.

Package: python-abydos-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Recommends: python3-abydos
Description: Documentation of Abydos NLP/IR library
 This package contains the Abydos documentation in HTML format and
 some example Jupyter Notebooks.
Build-Profiles: <!nodoc>
