64 lines
2.1 KiB
Plaintext
64 lines
2.1 KiB
Plaintext
Source: python-pygit2
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
|
|
Uploaders: Thomas Goirand <zigo@debian.org>,
|
|
Build-Depends: debhelper (>= 9),
|
|
dh-python,
|
|
libffi-dev,
|
|
libgit2-dev,
|
|
python-all-dev (>= 2.6.6-3~),
|
|
python-cffi,
|
|
python-pycparser,
|
|
python-setuptools,
|
|
python-sphinx,
|
|
python3-all-dev (>= 3.2),
|
|
python3-cffi,
|
|
python3-pycparser,
|
|
python3-setuptools,
|
|
Standards-Version: 3.9.6
|
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-pygit2.git
|
|
Vcs-Git: git://anonscm.debian.org/openstack/python-pygit2.git
|
|
Homepage: https://github.com/libgit2/pygit2
|
|
|
|
Package: python-pygit2
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.15.6~),
|
|
Depends: ${misc:Depends},
|
|
${python:Depends},
|
|
${shlibs:Depends},
|
|
Suggests: python-pygit2-doc,
|
|
Description: bindings for libgit2 - Python 2.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.2, 3.3, 3.4 and pypy.
|
|
.
|
|
This package contains the Python 2.x module.
|
|
|
|
Package: python3-pygit2
|
|
Architecture: any
|
|
Pre-Depends: dpkg (>= 1.15.6~),
|
|
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.2, 3.3, 3.4 and pypy.
|
|
.
|
|
This package contains the Python 3.x module.
|
|
|
|
Package: python-pygit2-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Pre-Depends: dpkg (>= 1.15.6~),
|
|
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.2, 3.3, 3.4 and pypy.
|
|
.
|
|
This package contains the documentation.
|