Skip to content
Snippets Groups Projects
Commit 669936e8 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'git-support' into 'master'

Adds python-gitlab recipe

See merge request bob/bob.conda!391
parents 68fe0917 0c54b028
No related branches found
No related tags found
1 merge request!391Adds python-gitlab recipe
Pipeline #25694 passed
{% 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
......@@ -8,6 +8,7 @@ source ${basedir}/_ci/functions.sh
# option to conda-build.
PACKAGES=()
PACKAGES+=('conda/python-gitlab')
PACKAGES+=('conda/ipdb')
PACKAGES+=('conda/mne')
PACKAGES+=('conda/vlfeat')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment