# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-async-timeout _pkgname=async-timeout pkgver=1.3.0 pkgrel=0 pkgdesc="Timeout context manager for asyncio programs" url="https://pypi.python.org/pypi/async_timeout" arch="noarch" license="ASL 2.0" depends="python3" makedepends="python3-dev" 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 } package() { cd "$builddir" python3 setup.py install --root="$pkgdir" } sha512sums="2fb800cce4426185f068c6745aabee694163930b320b388323d0549b2228f07e2136b0050ff49b4bf81993b5ffb143d528341365583e215406b20e76ca9a523a py3-async-timeout-1.3.0.tar.gz"