Source: python-hgapi
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 mercurial,
 python3-all,
 python3-pytest,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.6.2
Homepage: https://github.com/haard/hgapi
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-hgapi
Vcs-Git: https://salsa.debian.org/python-team/packages/python-hgapi.git
Rules-Requires-Root: no

Package: python3-hgapi
Architecture: all
Depends:
 mercurial,
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Suggests:
 www-browser,
Description: module providing a pure-Python API to Mercurial (Python 3)
 python3-hgapi is a pure-Python API to the Mercurial command-line,
 instead of the internal Mercurial API.
 .
 python3-hgapi works for all versions of Mercurial, and will instantly
 reflect any changes to the repository (including hgrc).
 .
 This package installs the library for Python 3.
