# Description: Happy Eyeballs for asyncio
# URL: https://github.com/aio-libs/aiohappyeyeballs
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-poetry-core

name=python3-aiohappyeyeballs
version=2.6.2
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 --destdir=$PKG dist/*.whl
}
