# Compiling Time: 0 SBU
# Maintainer: Anthony Jorion <pingax@frugalware.org>

pkgname=python3-oauth2client
pkgver=4.1.3
pkgrel=1
pkgdesc="A client library for OAuth 2.0"
depends=('python3-httplib2' 'python3-pyasn1-modules' 'python3-rsa' 'python3-six')
makedepends=('python3-setuptools' 'python3-build' 'python3-installer' 'python3-wheel')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="oauth2client"
_F_python_version="python3"
Finclude pypi
sha1sums=('6409a4c9681390933005408ce3e986b739a12e7d')

build() {
	Fcd
	Fexec python3 -m build --wheel --no-isolation || Fdie
	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}

# optimization OK
