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

pkgname=python3-adal
pkgver=1.2.7
pkgrel=1
pkgdesc="ADAL for Python"
depends=("python3-cryptography" "python3-dateutil" "python3-pyjwt" "python3-requests")
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-setuptools")
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="adal"
_F_python_version="python3"
Finclude pypi
sha1sums=('0c47ce98be5a519023c16e10027ed1268c489fcc')

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

# optimization OK
