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
|
Source: python-git
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Vincent Bernat <bernat@debian.org>,
TANIGUCHI Takaki <takaki@debian.org>,
Yaroslav Halchenko <debian@onerussian.com>,
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.
|