# Contributor: Leo # Maintainer: Leo pkgname=py3-gitlab _pkgname=python-gitlab pkgver=1.14.0 pkgrel=0 pkgdesc="v4 GitLab API compliant library and cmdline tool" options="!check" # Requires unpackaged 'httmock' url="https://github.com/python-gitlab/python-gitlab" arch="noarch" license="LGPL-3.0-or-later" depends="python3 py3-requests py3-six" makedepends="py3-setuptools" checkdepends="py3-pytest py3-mock" source="https://files.pythonhosted.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { py.test-3 } package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } sha512sums="87e488dd09fb4d61352949f64d3afe8e1ce506f21085a7acde988e3c02b2e73c31de713bd5fc2851314c054f199695913c1632b0da4dcd51aac34b4a0d3e25a5 python-gitlab-1.14.0.tar.gz"