summaryrefslogtreecommitdiff
path: root/debian/control
blob: 6b47670d8da4f2c8a083a6134446ddacc854c9f1 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: python-launchpadlib
Section: python
Priority: optional
Maintainer: Stefano Rivera <stefanor@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-keyring (>= 0.5),
 python-lazr.restfulclient (>= 0.11.2),
 python-setuptools,
 python-simplejson,
 python-testresources,
 python-unittest2,
 python-wadllib,
 python3-all (>= 2.6.6-3~),
 python3-keyring (>= 0.5),
 python3-lazr.restfulclient (>= 0.11.2),
 python3-setuptools,
 python3-simplejson,
 python3-testresources,
 python3-wadllib,
Standards-Version: 4.2.0
Homepage: https://launchpad.net/launchpadlib
Vcs-Git: https://salsa.debian.org/python-team/modules/python-launchpadlib
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-launchpadlib

Package: python-launchpadlib
Architecture: all
Depends:
 python-httplib2 (>= 0.4.0),
 python-keyring (>= 0.5),
 python-lazr.restfulclient (>= 0.11.2),
 python-lazr.uri (>= 1.0.2-4~),
 python-simplejson,
 python-wadllib,
 ${misc:Depends},
 ${python:Depends}
Suggests: python-pkg-resources, python-testresources
Description: Launchpad web services client library
 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.
 .
 You can find current API documentation at
 https://help.launchpad.net/API/launchpadlib

Package: python3-launchpadlib
Architecture: all
Depends:
 python3-httplib2 (>= 0.4.0),
 python3-keyring (>= 0.5),
 python3-lazr.restfulclient (>= 0.11.2),
 python3-lazr.uri (>= 1.0.2-4~),
 python3-simplejson,
 python3-wadllib,
 ${misc:Depends},
 ${python3:Depends}
Suggests: 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.
 .
 You can find current API documentation at
 https://help.launchpad.net/API/launchpadlib
 .
 This package is for Python 3.