# Description: Parser for pyproject.toml # URL: https://github.com/repo-helper/pyproject-parser # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-attrs python3-shippinglabel python3-deprecation-alias name=python3-pyproject-parser version=0.13.0 release=2 source=(https://pypi.org/packages/source/p/pyproject_parser/pyproject_parser-$version.tar.gz) build() { cd pyproject_parser-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }