# Description: Linter for YAML files # URL: https://github.com/adrienverge/yamllint # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-pathspec python3-pyyaml name=yamllint version=1.38.0 release=1 source=(https://files.pythonhosted.org/packages/source/y/yamllint/yamllint-$version.tar.gz) build() { cd yamllint-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }