# Maintainer: Lev Levitsky pkgname=python-catboost _name=${pkgname#python-} _py=cp311 pkgver=1.2.5 pkgrel=1 pkgdesc="Fast, scalable, high performance gradient boosting on decision trees" arch=('x86_64') url="https://catboost.ai/" license=('Apache') depends=('python>=3.11' 'python-numpy' 'python-six' 'python-graphviz' 'python-plotly') makedepends=('python-wheel' 'python-pip') optdepends=('python-ipywidgets: visualization in Jupyter') options=(!emptydirs) source=("https://files.pythonhosted.org/packages/$_py/${_name::1}/$_name/${_name/-/_}-$pkgver-$_py-$_py-manylinux2014_x86_64.whl") sha256sums=('9e0aac17d1a25e0f67770ba7362c6275db611ebb5dc6179daed84f55c3db976c') noextract=("${_name/-/_}-$pkgver-$_py-$_py-manylinux2014_x86_64.whl") package() { PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir" --ignore-installed --no-deps "${_name/-/_}-$pkgver-$_py-$_py-manylinux2014_x86_64.whl" } # vim:set ts=2 sw=2 et: