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 60 61 62 63 64 65 66 67 68 69 70
|
Source: python-jenkins
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
James Page <james.page@ubuntu.com>,
Paul Belanger <paul.belanger@polybeacon.com>,
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-kerberos,
python3-mock,
python3-requests-kerberos,
python3-requests-mock,
python3-multi-key-dict,
python3-subunit,
python3-testscenarios,
python3-unittest2,
python3-requests,
python3-stestr,
subunit,
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/python-jenkins
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/python-jenkins.git
Homepage: https://opendev.org/jjb/python-jenkins
Package: python-jenkins-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${shlibs:Depends},
${sphinxdoc:Depends},
Description: bindings for the Jenkins Remote API - doc
This package provides Python bindings for the Jenkins Remote
API. It current supports management of:
.
* Project configuration
* Build control
* Slave node configuration
.
This package contains the documentation.
Package: python3-jenkins
Architecture: all
Depends:
python3-requests,
python3-multi-key-dict,
python3-pbr (>= 0.8.2),
python3-six,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: bindings for the Jenkins Remote API - Python 3.x
This package provides Python bindings for the Jenkins Remote
API. It current supports management of:
.
* Project configuration
* Build control
* Slave node configuration
.
This package contains the Python 3.x module.
|