# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=krr
pkgver=1.24.0
pkgrel=1
pkgdesc="Prometheus-based Kubernetes Resource Recommendations"
archs=('x86_64')
depends=('python3-charset-normalizer' 'python3-click' 'python3-colorama' 'python3-commonmark' \
	'python3-fonttools' 'python3-idna' 'python3-numpy' 'python3-packaging' 'python3-pillow' \
	'python3-pyasn1' 'python3-pydantic' 'python3-pygments' 'python3-pytz' 'python3-regex' \
	'python3-requests' 'python3-setuptools' 'python3-shellingham' 'python3-six' \
	'python3-urllib3' 'python3-zipp' 'python3-kubernetes')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-poetry-core')
groups=('apps-extra')
_F_github_tag_v=y
_F_github_author="robusta-dev"
_F_github_grepv=alpha
Finclude github
sha1sums=('65f4b6ec6c3c35f9f80ef0218607f256517a3c14')

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

# optimization OK
