File: control

package info (click to toggle)
python-pygit2 0.27.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,464 kB
  • sloc: ansic: 7,960; python: 5,215; makefile: 129
file content (65 lines) | stat: -rw-r--r-- 2,199 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Source: python-pygit2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Build-Depends: debhelper-compat (= 12),
               dh-python,
               libffi-dev,
               libgit2-dev (>= 0.27),
               python-all-dev,
               python-cffi (>= 0.9.2),
               python-pycparser,
               python-pytest,
               python-setuptools,
               python-six,
               python3-sphinx,
               python3-all-dev,
               python3-cffi (>= 0.9.2),
               python3-pycparser,
               python3-pytest,
               python3-setuptools,
               python3-six,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pygit2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-pygit2.git
Homepage: https://github.com/libgit2/pygit2
Testsuite: autopkgtest-pkg-python

Package: python-pygit2
Architecture: any
Depends: ${misc:Depends},
         ${python:Depends},
         ${shlibs:Depends},
Suggests: python-pygit2-doc,
Description: bindings for libgit2 - Python 2.x
 The Pygit2 module provides a set of Python bindings to the libgit2 shared
 library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
 3.2, 3.3, 3.4 and pypy.
 .
 This package contains the Python 2.x module.

Package: python3-pygit2
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Suggests: python-pygit2-doc,
Description: bindings for libgit2 - Python 3.x
 The Pygit2 module provides a set of Python bindings to the libgit2 shared
 library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
 3.x and pypy.
 .
 This package contains the Python 3.x module.

Package: python-pygit2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: bindings for libgit2 - doc
 The Pygit2 module provides a set of Python bindings to the libgit2 shared
 library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
 3.x and pypy.
 .
 This package contains the documentation.