File: control

package info (click to toggle)
python-launchpadlib 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,012 kB
  • sloc: xml: 30,995; python: 2,692; makefile: 32; sh: 10
file content (66 lines) | stat: -rw-r--r-- 2,072 bytes parent folder | download
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
Source: python-launchpadlib
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-keyring <!nocheck>,
 python3-lazr.restfulclient <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 python3-testresources <!nocheck>,
 python3-wadllib <!nocheck>
Standards-Version: 4.6.2
Homepage: https://launchpad.net/launchpadlib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-launchpadlib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-launchpadlib
Rules-Requires-Root: no

Package: python3-launchpadlib
Architecture: all
Depends:
 python3-httplib2,
 python3-lazr.restfulclient,
 python3-lazr.uri,
 ${misc:Depends},
 ${python3:Depends}
Suggests: python3-keyring, python3-pkg-resources, python3-testresources
Description: Launchpad web services client library (Python 3)
 A free Python library for scripting Launchpad through its web services
 interface.
 .
 It currently provides access to the following parts of Launchpad:
  * People and Teams
  * Team memberships
  * Bugs and bugtasks
 .
 The Launchpad API is currently in beta, and may well change in ways
 incompatible with this library.
 .
 This package is for Python 3.

Package: python3-launchpadlib-desktop
Architecture: all
Depends:
 python3-keyring,
 python3-launchpadlib (= ${source:Version}),
 ${misc:Depends}
Description: Launchpad web services client library with credential storage (Python 3)
 A free Python library for scripting Launchpad through its web services
 interface.
 .
 It currently provides access to the following parts of Launchpad:
  * People and Teams
  * Team memberships
  * Bugs and bugtasks
 .
 The Launchpad API is currently in beta, and may well change in ways
 incompatible with this library.
 .
 This metapackage is for Python 3. It depends on python3-launchpadlib and
 includes the dependencies for storing credentials in the Desktop secrets
 keyring.