Source: python-git Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Vincent Bernat , TANIGUCHI Takaki , Yaroslav Halchenko , Build-Depends: debhelper-compat (= 13), dh-python, git, python3-sphinx, python3-sphinx-rtd-theme, python3-all, python3-setuptools, python3-pyflakes, python3-ddt Build-Depends-Indep: python3-gitdb (>= 2), python3-mock, python3-nose, python3-smmap (>= 2), Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/python-team/packages/python-git.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-git Homepage: https://github.com/gitpython-developers/GitPython 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}, Breaks: python-git Replaces: python-git 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.