21 lines
783 B
Bash
21 lines
783 B
Bash
# Template file for 'python3-gitlab'
|
|
pkgname=python3-gitlab
|
|
version=3.6.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-requests-toolbelt"
|
|
checkdepends="python3-pytest python3-responses python3-wheel ${depends}"
|
|
short_desc="Wrapper for GitLab's API (Python3)"
|
|
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/python-gitlab/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=901c54ff926f10479cb591a34d65f0a3022f2bcc41074f9a192c7fa7e4c57061
|
|
conflicts="python-gitlab>=0"
|
|
|
|
post_extract() {
|
|
rm -r tests/functional
|
|
}
|