# Description: Python parsing module. # URL: https://pypi.python.org/pypi/pyparsing/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-pyparsing version=3.2.3 release=2 source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz) build() { cd ${name#*-}-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }