# Compiling Time: 0.05 SBU
# Maintainer: Melko <melko@frugalware.org>

pkgname=python3-google-auth
pkgver=2.40.3
pkgrel=1
pkgdesc="Google Authentication Library"
depends=( 'python3-cachetools' 'certifi' 'python3-cgi' 'python3-oauth2client' 'python3-packaging' 'python3-pyasn1-modules' 'python3-rsa')
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-pdm-backend")
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="google-auth"
_F_python_version="python3"
_F_archive_name="google_auth"
Finclude pypi
sha1sums=('633f55e8b680ec3e8936891c90bb0a25b8655fc9')

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

# optimization OK
