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
|
Source: python-hglib
Section: vcs
Priority: optional
Maintainer: Julien Cristau <jcristau@debian.org>
Build-Depends:
debhelper (>= 7.0.50),
dh-python,
python-all,
python-nose,
python3-all,
python3-nose,
mercurial (>= 1.9),
Standards-Version: 3.9.8
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.4
Homepage: https://www.mercurial-scm.org/wiki/PythonHglib
Vcs-Browser: https://anonscm.debian.org/hg/private/jcristau/python-hglib/
Vcs-Hg: https://anonscm.debian.org/hg/private/jcristau/python-hglib/
Package: python-hglib
Architecture: all
Depends:
mercurial (>= 1.9),
${python:Depends},
${misc:Depends},
Description: Python library for interfacing with Mercurial's command server
python-hglib is a library with a fast, convenient interface to Mercurial.
It uses Mercurial's command server for communication with hg. This approach
avoids relying on Mercurial's (unstable) internal Python API, and avoids
licensing issues for non-GPL code.
Package: python3-hglib
Architecture: all
Depends:
mercurial (>= 1.9),
${python3:Depends},
${misc:Depends},
Description: Python3 library for interfacing with Mercurial's command server
python3-hglib is a library with a fast, convenient interface to Mercurial.
It uses Mercurial's command server for communication with hg. This approach
avoids relying on Mercurial's (unstable) internal Python API, and avoids
licensing issues for non-GPL code.
|