# Description: XPath 1.0/2.0 parsers and selectors for ElementTree and lxml # URL: https://github.com/sissaschool/elementpath # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel name=python3-elementpath version=5.0.4 release=1 source=(https://github.com/sissaschool/elementpath/archive/v$version/$name-$version.tar.gz) build() { cd elementpath-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }