# Description: Python diff wrapper # URL: https://github.com/thatch/moreorless/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-setuptools-scm name=python3-moreorless version=0.4.0 release=1 source=(https://files.pythonhosted.org/packages/source/m/moreorless/moreorless-$version.tar.gz) build() { cd moreorless-$version /usr/bin/python3 setup.py build /usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build }