File: control

package info (click to toggle)
google-auth-httplib2 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 434; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,264 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
Source: google-auth-httplib2
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-google-auth,
 python3-httplib2 (>= 0.19.0),
 python3-pytest <!nocheck>,
 python3-pytest-flask <!nocheck>,
 python3-pytest-localserver <!nocheck>,
 python3-setuptools,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2
Vcs-Git: https://salsa.debian.org/python-team/packages/google-auth-httplib2.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/google-auth-httplib2

Package: python3-google-auth-httplib2
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Google Authentication Library: httplib2 transport
 Python library providing a httplib2 transport for google-auth.
 .
 Note that httplib has lots of problems such as lack of thread safety and
 insecure usage of TLS. Using it is highly discouraged.
 .
 This library is intended to help existing users of oauth2client migrate
 to google-auth.