File: control

package info (click to toggle)
python-hgapi 1.7.3%2Bgit20170127.dd8fb7b-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: python: 893; makefile: 140; sh: 13
file content (36 lines) | stat: -rw-r--r-- 1,042 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
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.6.0
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.