File: control

package info (click to toggle)
google-auth-oauthlib 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: python: 1,102; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,079 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
Source: google-auth-oauthlib
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Shayan Doust <hello@shayandoust.me>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-google-auth,
               python3-requests-oauthlib,
               python3-click,
               python3-pytest
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/google-auth-oauthlib
Vcs-Git: https://salsa.debian.org/python-team/packages/google-auth-oauthlib.git
Homepage: https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-google-auth-oauthlib
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-google-auth,
         python3-requests-oauthlib
Description: oauthlib integration with google-auth
 This library provides oauthlib integration for use with google-auth.