python-gitlab: update to 0.21.2
This commit is contained in:
parent
c52fb06cc8
commit
a01675d04e
|
@ -1,23 +1,23 @@
|
|||
# Template file for 'python-gitlab'
|
||||
pkgname=python-gitlab
|
||||
version=0.21.1
|
||||
version=0.21.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
pycompile_module="gitlab"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-requests python-six"
|
||||
depends="python-setuptools python-requests python-six"
|
||||
short_desc="Wrapper for GitLab's API (Python2)"
|
||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||
homepage="https://github.com/gpocentek/python-gitlab"
|
||||
license="LGPL-3"
|
||||
distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
|
||||
checksum=111db1649ba933de925ec5fb03823f5c1eb37c451356b3dc92af023100e3950b
|
||||
checksum=abc9a89d29553529e95356260b445cdd49b46423e85a6d3eada4a35b14e309b7
|
||||
alternatives="python-gitlab:gitlab:/usr/bin/gitlab2"
|
||||
|
||||
python3-gitlab_package() {
|
||||
noarch=yes
|
||||
depends="python3-requests python3-six"
|
||||
depends="python3-setuptools python3-requests python3-six"
|
||||
pycompile_module="gitlab"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="python-gitlab:gitlab:/usr/bin/gitlab3"
|
||||
|
|
Loading…
Reference in New Issue