# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=py3-aiohttp-gns3 _pkgname=aiohttp pkgver=2.3.10 pkgrel=3 pkgdesc="HTTP client/server for asyncio - GNS3 compatible version" url="https://pypi.python.org/pypi/aiohttp" arch="all" license="Apache-2.0" depends="python3 py3-async-timeout-gns3 py3-chardet py3-multidict py3-yarl py3-idna-ssl py3-attrs" makedepends="python3-dev py3-setuptools cython" conflicts="py3-aiohttp" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" python3 setup.py build } check() { cd "$builddir" python3 setup.py check } package() { cd "$builddir" python3 setup.py install --root="$pkgdir" --optimize=1 } sha512sums="e4ea725bbd3d7d749f2ec21eea1ff9f5c836fbeaa17ad72f77e378c69b008448e57503175bee6adff86110f65edc915cb6368df3011d1d9d61cf47718b086be0 py3-aiohttp-gns3-2.3.10.tar.gz"