# Contributor: Fabian Affolter # Maintainer: Fabian Affolter # Contributor: Daniel Isaksen pkgname=httpie pkgver=2.0.0 pkgrel=0 pkgdesc="A CLI, cURL-like tool" options="!check" # Requires 'pytest-httpbin' url="https://httpie.org/" arch="noarch" license="BSD-3-Clause" depends="python3 py3-requests py3-pygments" makedepends="py3-setuptools" checkdepends="py3-pytest" source="https://files.pythonhosted.org/packages/source/h/httpie/httpie-$pkgver.tar.gz" # secfixes: # 1.0.3-r0: # - CVE-2019-10751 check() { PYTHONPATH="$PWD/build/lib" py.test-3 } build() { python3 setup.py build } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="9dc516bf3f41fda2f508133eef268a1a5208ecb56ff6f767d391a72a72dfdccd00ff4456c96a0b2070cab162983cdd51444328bcbb517e111582689e6a191b59 httpie-2.0.0.tar.gz"