# Description: python data analysis library, optimized for humans instead of machines # URL: https://github.com/wireservice/agate/ # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: python3-setuptools python3-isodate python3-parsedatetime python3-leather python3-pytimeparse python3-slugify python3-pyicu name=python3-agate version=1.6.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/python3 setup.py build /usr/bin/python3 setup.py install --skip-build \ --optimize=1 --prefix=/usr --root=$PKG }