File: control

package info (click to toggle)
python-git 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,072 kB
  • ctags: 1,768
  • sloc: python: 11,502; makefile: 106
file content (70 lines) | stat: -rw-r--r-- 2,724 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
66
67
68
69
70
Source: python-git
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
           TANIGUCHI Takaki <takaki@debian.org>,
           Yaroslav Halchenko <debian@onerussian.com>,
Build-Depends: debhelper (>= 9),
               dh-python,
               git,
               python-all,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-setuptools,
Build-Depends-Indep: python-gitdb (>= 2),
                     python-mock,
                     python-nose,
                     python-smmap (>= 2),
                     python3-gitdb (>= 2),
                     python3-mock,
                     python3-nose,
                     python3-smmap (>= 2),
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-git.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-git.git
Homepage: https://github.com/gitpython-developers/GitPython

Package: python-git
Architecture: all
Depends: git (>= 1:1.7) | git-core (>= 1:1.5.3.7),
         python-gitdb (>= 2),
         ${misc:Depends},
         ${python:Depends},
Suggests: python-smmap,
          python-git-doc,
XB-Python-Version: ${python:Versions}
Description: Python library to interact with Git repositories - Python 2.7
 python-git provides object model access to a Git repository, so Python can be
 used to manipulate it. Repository objects can be opened or created, which can
 then be traversed to find parent commit(s), trees, blobs, etc.
 .
 This package provides the Python 2.7 module.

Package: python3-git
Architecture: all
Depends: git (>= 1:1.7) | git-core (>= 1:1.5.3.7),
         python3-gitdb (>= 2),
         ${misc:Depends},
         ${python3:Depends},
Suggests: python-git-doc,
XB-Python-Version: ${python3:Versions}
Description: Python library to interact with Git repositories - Python 3.x
 python-git provides object model access to a Git repository, so Python can be
 used to manipulate it. Repository objects can be opened or created, which can
 then be traversed to find parent commit(s), trees, blobs, etc.
 .
 This package provides the Python 3.x module.

Package: python-git-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: Python library to interact with Git repositories - docs
 python-git provides object model access to a Git repository, so Python can be
 used to manipulate it. Repository objects can be opened or created, which can
 then be traversed to find parent commit(s), trees, blobs, etc.
 .
 This package provides the documentation.