# Contributor: Peter Bui # Maintainer: Fabian Affolter pkgname=py3-httplib2 _pkgname=httplib2 pkgver=0.17.3 pkgrel=0 pkgdesc="Python3 HTTP client library" url="https://github.com/httplib2/httplib2" arch="noarch" license="MIT" depends="python3" makedepends="py3-setuptools" options="!check" # 54 of 121 tests in python3/httplib2test.py fail source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" replaces="py-httplib2" # Backwards compatibility provides="py-httplib2=$pkgver-r$pkgrel" # Backwards compatibility build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="1559ce1995ee2c31785c748e7312538d46a249347f5c5c9bbebda76c6f159691b9cb596353b47821f93f99af688f94d6c482d53c16bce505b9280fc995fb83d7 httplib2-0.17.3.tar.gz"