parent
21adab55f4
commit
3b330828e2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-gitlab'
|
||||
pkgname=python-gitlab
|
||||
version=1.2.0
|
||||
version=1.3.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
|
@ -10,9 +10,9 @@ 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"
|
||||
license="LGPL-3.0-or-later"
|
||||
distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
|
||||
checksum=899aa3f01cc6216d6a9514339df04a0405174fbf4b3f8466f7cbc555b4286066
|
||||
checksum=74ef4e98383043403d786d1719579b9a638666809b47d93a9fa8f0bd9f12ab84
|
||||
alternatives="python-gitlab:gitlab:/usr/bin/gitlab2"
|
||||
|
||||
python3-gitlab_package() {
|
||||
|
|
Loading…
Reference in New Issue