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
|
Source: python-pygit2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Utkarsh Gupta <utkarsh@debian.org>,
Timo Röhling <roehling@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
libffi-dev,
libgit2-dev (<< 1.10~),
libgit2-dev (>= 1.9.0),
libpython3-all-dev,
pybuild-plugin-pyproject,
python3-all-dev:any,
python3-cffi:native,
python3-pycparser:native,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx-rtd-theme:native <!nodoc>,
python3-sphinx:native <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pygit2
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pygit2.git
Homepage: https://github.com/libgit2/pygit2
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Description: Python bindings for libgit2
The Pygit2 module provides a set of Python bindings to the libgit2 shared
library. libgit2 implements the core of Git. Pygit2 works with Python 2.7,
3.x and pypy.
Package: python3-pygit2
Architecture: any
Depends:
openssl,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python-pygit2-doc,
Description: ${source:Synopsis} (Python 3 module)
${source:Extended-Description}
.
This package contains the Python 3 module.
Package: python-pygit2-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: ${source:Synopsis} (Documentation)
${source:Extended-Description}
.
This package contains the documentation.
|