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
|
Source: python-hgapi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
mercurial,
python3-all,
python3-pytest,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.5.1
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.
|