# Description: An implementation of chunked, compressed, N-dimensional arrays for Python # URL: https://github.com/zarr-developers/zarr-python # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: python3-donfig python3-google-crc32c python3-hatch-vcs python3-numcodecs name=python3-zarr version=3.1.6 release=1 source=(https://files.pythonhosted.org/packages/source/z/zarr/zarr-$version.tar.gz) build() { cd ${name#*-}-$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 }