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

pkgname=python3-oauthlib
pkgver=3.3.0
pkgrel=1
pkgdesc="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
depends=('python3-cryptography')
makedepends=('python3-setuptools' 'python3-wheel' 'python3-build' 'python3-installer')
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="oauthlib"
_F_python_version="python3"
Finclude pypi
sha1sums=('c8facfca2e0058617b482ea699a8529f764e9580')

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

# optimization OK
