# Description: Happy Eyeballs for asyncio # URL: https://github.com/aio-libs/aiohappyeyeballs # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-wheel python3-installer python3-build python3-poetry-core name=python3-aiohappyeyeballs version=2.3.7 release=1 source=(https://pypi.org/packages/source/a/aiohappyeyeballs/aiohappyeyeballs-$version.tar.gz) build() { cd aiohappyeyeballs-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl }