Search Criteria
Package Details: python-gpsoauth 2.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-gpsoauth.git (read-only, click to copy) |
|---|---|
| Package Base: | python-gpsoauth |
| Description: | A python client library for Google Play Services OAuth. |
| Upstream URL: | https://github.com/simon-weber/gpsoauth |
| Licenses: | MIT |
| Submitter: | delusional |
| Maintainer: | robertfoster |
| Last Packager: | robertfoster |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-01-30 17:05 (UTC) |
| Last Updated: | 2025-07-04 08:13 (UTC) |
Dependencies (7)
- python
- python-pycryptodomex
- python-requests
- python-build (make)
- python-installer (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-pytest (check)
Latest Comments
xiretza commented on 2022-02-22 18:24 (UTC)
Hi, here are a few patches to 1) make the build work in clean chroots 2) give the source file a unique name 3) install the license file:
<deleted-account> commented on 2019-10-29 07:51 (UTC)
Please remove the brackets in your PKGBUILD
pkgbase=('python-gpsoauth') pkgname=('python-gpsoauth')
has to be
pkgbase='python-gpsoauth' pkgname='python-gpsoauth'
An array makes no sense here.