~dricottone/huttese-apk

d40c7afb385fcd366d41c8b2f7b52ee9d4749be8 — Drew DeVault 4 years ago 2a97635
Add py3-gitlab package
1 files changed, 30 insertions(+), 0 deletions(-)

A sr.ht/py3-gitlab/APKBUILD
A sr.ht/py3-gitlab/APKBUILD => sr.ht/py3-gitlab/APKBUILD +30 -0
@@ 0,0 1,30 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-gitlab
_pkgname=python-gitlab
pkgver=1.13.0
pkgrel=1
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="483133d6bc3244c28a2cfa7382262692ed5eef5be5217c5f9786883667d777bac7f952946c50cb8ca6bbe07f63691ec19be4fbfeb7d9cd733fb049a0c3378721  python-gitlab-1.13.0.tar.gz"