File: control

package info (click to toggle)
python-marathon 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 420 kB
  • sloc: python: 1,971; makefile: 183; sh: 58
file content (34 lines) | stat: -rw-r--r-- 958 bytes parent folder | download | duplicates (3)
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
Source: python-marathon
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 10),
 dh-python,
 openstack-pkg-tools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-pytest,
 python3-requests,
 python3-requests-mock,
 python3-requests-toolbelt,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/libs/python-marathon
Vcs-Git: https://salsa.debian.org/openstack-team/libs/python-marathon.git
Homepage: https://github.com/thefactory/marathon-python

Package: python3-marathon
Architecture: all
Depends:
 python3-requests,
 python3-requests-toolbelt,
 ${misc:Depends},
 ${python3:Depends},
Description: Marathon Client Library - Python 3.x
 This package is a Python library for interfacing with the Marathon server via
 Marathon's REST API.
 .
 This package contains the Python 3.x module.