Source: python-pygit2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
	       dh-sequence-python3,
	       dh-sequence-sphinxdoc,
               libffi-dev,
               libgit2-dev (>= 1.1.0),
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-all-dev,
               python3-cached-property,
               python3-cffi,
               python3-pycparser,
               python3-pytest,
               python3-setuptools,
               python3-six,
Standards-Version: 4.6.0
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-python
Rules-Requires-Root: no

Package: python3-pygit2
Architecture: any
Depends: ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends},
Suggests: python-pygit2-doc,
Description: bindings for libgit2 - Python 3.x
 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.
 .
 This package contains the Python 3.x module.

Package: python-pygit2-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
Description: bindings for libgit2 - doc
 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.
 .
 This package contains the documentation.
