# Contributor: Leo # Maintainer: Leo pkgname=py3-treq pkgver=20.3.0 pkgrel=0 pkgdesc="py3-requests-like API build on top of Twisted's HTTP client" options="!check" # Requires unpackaged httpbin url="https://github.com/twisted/treq" arch="noarch" license="MIT" depends="python3 py3-incremental py3-requests py3-six py3-twisted py3-attrs" makedepends="py3-setuptools" source="$pkgname-$pkgver.tar.gz::https://github.com/twisted/treq/archive/release-$pkgver.tar.gz" builddir="$srcdir/treq-release-$pkgver" build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="8daacffd94f0547c9b11e49cea9fe6f11f27493b9434333679aad0db4f7cb869890fdacc6aefad9c4590e38f522b31a45039dc37a784dd755e5cce807583d9e8 py3-treq-20.3.0.tar.gz"