# Contributor: Duncan Bellamy # Maintainer: Duncan Bellamy pkgname=py3-kubernetes _pkgname=kubernetes pkgver=20.13.0 pkgrel=1 pkgdesc="Official Python client library for kubernetes" url="https://github.com/kubernetes-client/python" arch="noarch" license="Apache-2.0" #github and pypi archives missing some test files (kubernetes/e2e_test) options="!check" depends="py3-certifi py3-dateutil py3-google-auth py3-requests py3-requests-oauthlib py3-six py3-urllib3 py3-websocket-client py3-yaml" makedepends="py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/k/kubernetes/kubernetes-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums=" 99ac279252243c20f50ea396765efbaf0e9811e0eb18cfe95c4edf6ae7b7e39b1a37cff51b67110a0be3a28ee65cae8f4248cfbc8af0ace75ad4fff28454f1bd py3-kubernetes-20.13.0.tar.gz "