# Description: A wrapper around NumPy and other array libraries to make them compatible with the Array API standard # URL: https://github.com/data-apis/array-api-compat # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: python3-setuptools python3-setuptools-scm name=python3-array-api-compat version=1.14.0 release=1 source=(https://files.pythonhosted.org/packages/source/a/array-api-compat/array_api_compat-$version.tar.gz) build() { cd array_api_compat-$version /usr/bin/pip3 install --isolate --root="$PKG" --ignore-installed --no-deps . find $PKG \( -iname "README*" -o \ -iname INSTALLER -o \ -iname REQUESTED -o \ -iname "LICENSE" \) -delete chmod -R g-w $PKG }