1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: pyapi-gitlab
Maintainer: Benjamin Drung <benjamin.drung@profitbricks.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools (>= 0.6b3),
python3-all,
python3-setuptools
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://github.com/Itxaka/pyapi-gitlab
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/pyapi-gitlab.git
Vcs-Git: git://anonscm.debian.org/collab-maint/pyapi-gitlab.git
Package: python-gitlab
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python wrapper for the GitLab API (Python 2)
pyapi-gitlab is a wrapper to access all the functions of the Gitlab API from
Python scripts.
.
This is the Python 2 version of the package.
Package: python3-gitlab
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python wrapper for the GitLab API (Python 3)
pyapi-gitlab is a wrapper to access all the functions of the Gitlab API from
Python scripts.
.
This is the Python 3 version of the package.
|