# Description: Proxy (HTTP, SOCKS) connector for aiohttp
# URL: https://github.com/romis2012/aiohttp-socks/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-aiohttp python3-socks

name=python3-aiohttp-socks
version=0.10.1
release=1
source=(https://github.com/romis2012/aiohttp-socks/archive/v$version/$name-$version.tar.gz)

build() {
  cd aiohttp-socks-$version

  /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
  /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}
