* update python-oauth2client to 4.1.3-11

This commit is contained in:
Alexander Baldeck 2024-12-05 11:54:40 +01:00
parent fa57b55e73
commit 49b872edfc
3 changed files with 26 additions and 1 deletions

View File

@ -0,0 +1,21 @@
pkgbase = python-oauth2client
pkgdesc = A client library for OAuth 2.0
pkgver = 4.1.3
pkgrel = 11
url = https://github.com/google/oauth2client
arch = any
license = Apache
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-httplib2
depends = python-pyasn1
depends = python-pyasn1-modules
depends = python-rsa
depends = python-six
optdepends = python-gflags: for oauth2client.tools.run function
source = https://github.com/google/oauth2client/archive/v4.1.3.tar.gz
sha256sums = 65a05310e3f16b930454aed7bed619edca8025ba96324c3e9b57dd508f1a014f
pkgname = python-oauth2client

View File

@ -0,0 +1,4 @@
[python-oauth2client]
source = "git"
git = "https://github.com/google/oauth2client.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgname=python-oauth2client
pkgver=4.1.3
pkgrel=10
pkgrel=11
pkgdesc="A client library for OAuth 2.0"
arch=(any)
url="https://github.com/google/oauth2client"