void-packages/srcpkgs/python3-gitlab/template
Jan Christian Grünhage beb9ec7230 scrpkgs/: orphan Joseph LaFreniere's packages
This includes:
 - python3-GitPython
 - python3-ansible-lint
 - python3-ansicolor
 - python3-bitbucket-api
 - python3-gitdb
 - python3-github3
 - python3-gitlab
 - python3-gogs-client
 - python3-ndg_httpsclient
 - python3-progress
 - python3-proselint
 - python3-smmap
 - python3-vint
 - python3-voluptuous
 - python3-yamllint
 - tokei
2021-10-14 18:34:56 +02:00

22 lines
749 B
Bash

# Template file for 'python3-gitlab'
pkgname=python3-gitlab
version=1.12.1
revision=5
wrksrc=python-gitlab-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-requests python3-six"
checkdepends="${depends}"
short_desc="Wrapper for GitLab's API (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/gpocentek/python-gitlab"
changelog="https://raw.githubusercontent.com/python-gitlab/python-gitlab/master/ChangeLog.rst"
distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
checksum=984e110c1f76fd939652c30ce3101267a7064e34417cbfc4687e6106d4db54ec
conflicts="python-gitlab>=0"
do_check() {
python2 setup.py test
}