File: control

package info (click to toggle)
python-git 0.3.2~RC1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,412 kB
  • ctags: 1,221
  • sloc: python: 8,570; makefile: 16
file content (26 lines) | stat: -rw-r--r-- 1,078 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
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>
Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9),
 python-sphinx
Standards-Version: 3.9.5
Homepage: https://github.com/gitpython-developers/GitPython
XS-Python-Version: all
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-git/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-git/trunk/

Package: python-git
Architecture: all
Depends: ${python:Depends},
 git (>= 1:1.7) | git-core (>= 1:1.5.3.7),
 ${misc:Depends},
 libjs-jquery,
 python-gitdb (>= 0.5.1)
Description: Python library to interact with Git repositories
 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.
XB-Python-Version: ${python:Versions}