# Maintainer: MichaƂ Adamski pkgname=py3-aiohttp-socks pkgver=0.3.9 pkgrel=0 pkgdesc="Proxy connector for aiohttp" url="https://github.com/romis2012/aiohttp-socks" arch="noarch" license="Apache-2.0" depends="python3 py3-aiohttp py3-attrs" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/a/aiohttp_socks/aiohttp_socks-$pkgver.tar.gz" builddir="$srcdir/aiohttp_socks-$pkgver" build() { python3 setup.py build } check() { python3 setup.py check } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="1c0c07fc76a3b404c67620b6df97fec07a259c9e3bc7e4630a3bead424b84ff1d2aa23be4b82ae5a04c244c7616ae6986ab6732f8e20f28ac8489bb8ed436456 aiohttp_socks-0.3.9.tar.gz"