# Description: Wilcard File Name matching library # URL: https://github.com/facelessuser/wcmatch # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-bracex name=python3-wcmatch version=10.1 release=1 source=(https://pypi.org/packages/source/w/wcmatch/wcmatch-$version.tar.gz) build() { cd wcmatch-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }