# Description: python module for making quick charts # URL: https://github.com/wireservice/leather # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: python3-setuptools name=python3-leather version=0.4.0 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 }