# Description: A Python package providing buffer compression and transformation codecs for use in data storage and communication applications. # URL: https://github.com/zarr-developers/numcodecs # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: python3-numpy python3-py-cpuinfo python3-setuptools-scm python3-typing_extensions name=python3-numcodecs version=0.16.5 release=1 source=(https://files.pythonhosted.org/packages/source/n/numcodecs/numcodecs-$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 }