Source: python-gitlab
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/python-gitlab/python-gitlab/tags
Vcs-Browser: https://github.com/alvistack/python-gitlab-python-gitlab
Vcs-Git: https://github.com/alvistack/python-gitlab-python-gitlab.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-gitlab
Architecture: all
Description: Interact with GitLab API
 python-gitlab is a Python package providing access to the GitLab server
 API. It supports the v4 API of GitLab, and provides a CLI tool (gitlab).
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-argcomplete (>= 1.10.0),
 python3-requests (>= 2.25.0),
 python3-requests-toolbelt (>= 0.9.1),
 python3-yaml (>= 5.2),

Package: gitlab-cli
Architecture: all
Description: Interact with GitLab API
 This package provides gitlab binary.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3-gitlab (= ${source:Version}),
