Search Criteria
Package Details: python-gpsoauth 1.0.4-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: | None |
Last Packager: | xiretza |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-30 17:05 (UTC) |
Last Updated: | 2024-03-03 14:36 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-pycryptodomex
- python-requests
- python-urllib3
- python-build (make)
- python-installer (python-installer-gitAUR) (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.