# Description: Yet another URL library # URL: https://github.com/aio-libs/yarl/ # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-idna python3-multidict python3-propcache name=python3-yarl version=1.20.1 release=1 source=(https://pypi.org/packages/source/y/yarl/yarl-$version.tar.gz) build() { cd yarl-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }