~dricottone/huttese-apk

ref: c64eaa2ceb072af0044d7690e6d4c600bff7e633 huttese-apk/sr.ht/py3-gitlab/APKBUILD -rw-r--r-- 919 bytes
c64eaa2c — Drew DeVault py3-gitlab: add py3-requests-toolbelt dependency 3 years ago
                                                                                
cac62c1c Drew DeVault
d13d3a40 Drew DeVault
c64eaa2c Drew DeVault
cac62c1c Drew DeVault
c64eaa2c Drew DeVault
cac62c1c Drew DeVault
d13d3a40 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-gitlab
_pkgname=python-gitlab
pkgver=2.7.1
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-requests-toolbelt 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="
31afa9e69e5cdb9de7638aae4e5fd87687ee89929acc97fd78690c860db8be99e65b39a7409b0b91c819f3de3d720dd0e670156f471043cc51396cbf2d820308  python-gitlab-2.7.1.tar.gz
"