File: control

package info (click to toggle)
python-httplib2 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 924 kB
  • sloc: python: 5,701; makefile: 4
file content (60 lines) | stat: -rw-r--r-- 1,576 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
Source: python-httplib2
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Andrea Colangelo <warp10@debian.org>,
 Chris Lamb <lamby@debian.org>,
Build-Depends:
 debhelper (>= 11~),
 dh-python,
 python-all (>= 2.6.6-3~),
 python-setuptools,
 python3-all (>= 3.1.2-10),
 python3-setuptools,
Standards-Version: 4.3.0
Homepage: https://github.com/httplib2/httplib2
Vcs-Git: https://salsa.debian.org/python-team/modules/python-httplib2.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-httplib2

Package: python-httplib2
Architecture: all
Breaks: python-pysimplesoap (<< 1.16-2.1)
Depends:
 ca-certificates,
 ${misc:Depends},
 ${python:Depends},
Description: comprehensive HTTP client library written for Python
 httplib2.py supports many features left out of other HTTP libraries.
  * HTTP and HTTPS
  * Keep-Alive
  * Authentication
  * Caching
  * All Methods
  * Redirects
  * Compression
  * Lost update support
  * Unit Tested
 .
 This package provides module for python2 series.

Package: python3-httplib2
Architecture: all
Breaks: python3-pysimplesoap (<< 1.16-2.1)
Depends:
 ca-certificates,
 ${misc:Depends},
 ${python3:Depends},
Description: comprehensive HTTP client library written for Python3
 httplib2.py supports many features left out of other HTTP libraries.
  * HTTP and HTTPS
  * Keep-Alive
  * Authentication
  * Caching
  * All Methods
  * Redirects
  * Compression
  * Lost update support
  * Unit Tested
 .
 This package provides module for python3 series.