# Description: hooks for performing structured queries in python3-agate # URL: https://github.com/wireservice/agate-sql/ # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: python3-agate python3-sqlalchemy name=python3-agate-sql version=0.7.3 release=1 _commit=fc7662f1ec3c0917c377f74f143a479eb13c9ae5fe14d77ce28eb165564f source=(https://files.pythonhosted.org/packages/fe/fe/$_commit/agate_sql-$version.tar.gz) build() { cd agate_sql-$version /usr/bin/pip3 install --isolate --root="$PKG" --no-deps --ignore-installed . rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{AUTHORS.rst,licenses,INSTALLER,RECORD,REQUESTED} }