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
|
Source: python-pygerrit2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Filip Pytloun <filip@pytloun.cz>,
Build-Depends:
debhelper (>=11),
dh-python,
python-all,
python-pbr (>= 0.8.2),
python-setuptools,
python3-all,
python3-pbr (>= 0.8.2),
python3-setuptools,
Build-Depends-Indep:
python-requests (>= 2.10.0),
python3-requests (>= 2.10.0),
Standards-Version: 4.1.3
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/dpursehouse/pygerrit2
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pygerrit2.git/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pygerrit2.git
Package: python-pygerrit2
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python:Depends},
Description: library to interact with Gerrit via the REST API - Python 2.7
pygerrit2 is simple Python library to provide interface to interact with
Gerrit Code Review via it's REST API.
.
This package contains the Python 2.7 module.
Package: python3-pygerrit2
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: library to interact with Gerrit via the REST API - Python 3.x
pygerrit2 is simple Python library to provide interface to interact with
Gerrit Code Review via it's REST API.
.
This package contains the Python 3.x module.
|