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

pkgname=python3-kubernetes
pkgver=33.1.0
pkgrel=1
pkgdesc="Python client for the kubernetes API"
depends=('python3-adal' 'certifi' 'python3-dateutil' 'python3-durationpy' \
	'python3-google-auth' 'python3-six'  'python3-urllib3'  \
	'python3-websocket_client'  'pyyaml3' 'python3-requests-oauthlib')
makedepends=("python3-build" "python3-installer" "python3-wheel" "python3-setuptools")
groups=('devel-extra')
archs=('x86_64')
_F_pypi_name="kubernetes"
_F_python_version="python3"
Finclude pypi
sha1sums=('3e389f40bd4ebafa95f8da8d1af8f16cfff739eb')

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

# optimization OK
