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
|
Source: gerritlib
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 (>=10),
dh-python,
python-all,
python-pbr (>= 0.8.2),
python-setuptools,
python3-all,
python3-pbr (>= 0.8.2),
python3-setuptools,
Build-Depends-Indep:
python-hacking,
python-paramiko (>=1.8.0),
python-six (>=1.7.0),
python-subunit,
python-testrepository,
python-testtools,
python3-hacking,
python3-paramiko (>=1.8.0),
python3-six (>=1.7.0),
python3-subunit,
python3-testrepository,
python3-testtools,
Standards-Version: 4.1.2
Testsuite: autopkgtest-pkg-python
Homepage: https://git.openstack.org/cgit/openstack-infra/gerritlib
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/gerritlib.git/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/gerritlib.git
Package: python-gerritlib
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python:Depends},
Description: client library for accessing Gerrit with Python
Gerritlib is a Python library for interacting with Gerrit.
.
It aims to provide a more conventionally pythonic way of managing a
Gerrit instance.
Package: python3-gerritlib
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
Description: client library for accessing Gerrit with Python3
Gerritlib is a Python3 library for interacting with Gerrit.
.
It aims to provide a more conventionally pythonic way of managing a
Gerrit instance.
|