Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
d64ceeb5
Commit
d64ceeb5
authored
Jan 06, 2019
by
André Anjos
💬
Browse files
[python-gitlab] Add recipe
parent
68fe0917
Pipeline
#25692
canceled with stage
in 2 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/python-gitlab/meta.yaml
0 → 100644
View file @
d64ceeb5
{
%
set name = "python-gitlab" %
}
{
%
set version = "1.7.0" %
}
package
:
name
:
{{
name|lower
}}
version
:
{{
version
}}
source
:
url
:
https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
401ef8929db4dcb5b08e0a2263a0a70599fc7e5b27615f956ac26d245802d09e
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
entry_points
:
-
gitlab = gitlab.cli:main
requirements
:
host
:
-
python
-
pip
run
:
-
python
-
requests
-
six
test
:
imports
:
-
gitlab
about
:
home
:
https://github.com/python-gitlab/python-gitlab
license
:
LGPL-3.0
license_family
:
LGPL
license_file
:
COPYING
summary
:
'
Python
wrapper
for
the
GitLab
API'
description
:
|
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).
doc_url
:
https://python-gitlab.readthedocs.io/
dev_url
:
https://github.com/python-gitlab/python-gitlab
extra
:
recipe-maintainers
:
-
anjos
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment