# Description: hooks for accessing DBF files in python3-agate # URL: https://github.com/wireservice/agate-dbf/ # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: python3-agate python3-dbfread name=python3-agate-dbf version=0.2.3 release=1 source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz) renames=($name-$version.tar.gz) build() { cd ${name##python3-}-$version /usr/bin/pip3 install --isolate --root=$PKG --no-deps --ignore-installed . find $PKG \( \ -iname "COPYING*" -o \ -iname "LICENSE*" -o \ -iname "*README*" -o \ -iname "INSTALLER" -o \ -iname "REQUESTED" \ \) -delete chmod -R g-w $PKG }