python-gitlab: update to 1.4.0.

This commit is contained in:
maxice8 2018-06-21 10:42:21 -03:00
parent e66d5a0de3
commit a56bd35192

View file

@ -1,20 +1,26 @@
# Template file for 'python-gitlab' # Template file for 'python-gitlab'
pkgname=python-gitlab pkgname=python-gitlab
version=1.3.0 version=1.4.0
revision=1 revision=1
noarch=yes noarch=yes
build_style=python-module build_style=python-module
pycompile_module="gitlab" pycompile_module="gitlab"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-setuptools python-requests python-six" depends="python-setuptools python-requests python-six"
checkdepends="${depends} python-httmock python-mock"
short_desc="Wrapper for GitLab's API (Python2)" short_desc="Wrapper for GitLab's API (Python2)"
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>" maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
homepage="https://github.com/gpocentek/python-gitlab"
license="LGPL-3.0-or-later" 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" distfiles="${PYPI_SITE}/p/python-gitlab/python-gitlab-${version}.tar.gz"
checksum=74ef4e98383043403d786d1719579b9a638666809b47d93a9fa8f0bd9f12ab84 checksum=34a5eb1704e68a23bafb9b122c456ff72b3e1a2d3bdcd44346bbde6a5d7af511
alternatives="python-gitlab:gitlab:/usr/bin/gitlab2" alternatives="python-gitlab:gitlab:/usr/bin/gitlab2"
do_check() {
python setup.py test
}
python3-gitlab_package() { python3-gitlab_package() {
noarch=yes noarch=yes
depends="python3-setuptools python3-requests python3-six" depends="python3-setuptools python3-requests python3-six"