Source: python-git Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Vincent Bernat , TANIGUCHI Takaki , Yaroslav Halchenko , Build-Depends: debhelper (>= 11), dh-python, git, python-all, python-setuptools, python3-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: 4.1.5 Vcs-Git: https://salsa.debian.org/python-team/modules/python-git.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-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}, Multi-Arch: foreign 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.