File: control

package info (click to toggle)
python-gpsoauth 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 116 kB
  • sloc: python: 161; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 814 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
Source: python-gpsoauth
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pycryptodome,
               python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/simon-weber/gpsoauth
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gpsoauth.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gpsoauth

Package: python3-gpsoauth
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Client library for Google Play Services OAuth
 gpsoauth allows Python code to use the "master token" authentication flow
 that Android apps use to authenticate with Google Play services.