Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update seven-bridges-python to 0.15.2 #10330

Merged
merged 1 commit into from
Aug 8, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 14 additions & 18 deletions recipes/sevenbridges-python/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
{% set name = "sevenbridges-python" %}
{% set version = "0.15.0" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "12241c6aa26bf8a0bfa15c8f0b5f3817bf36426b5a370d32df5d50bd70ffc76a" %}
{% set version = "0.15.2" %}
{% set sha256 = "0bad5cd47d91f86efb8cbba8d2f77a3c5a3d4a3c023db32f06f2fa6e11d64c59" %}

package:
name: '{{ name|lower }}'
name: sevenbridges-python
version: '{{ version }}'

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'
url: https://pypi.io/packages/source/s/sevenbridges-python/sevenbridges-python-{{ version }}.tar.gz
sha256: '{{ sha256 }}'

build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
script: $PYTHON -m pip install --no-deps --ignore-installed --no-cache-dir .

requirements:
build:
- python
- setuptools
- futures >=3.0.4 # [py2k]
- requests >=2.18.4
- six >=1.10.0
- pip
run:
- python
- futures >=3.0.4 # [py2k]
Expand Down Expand Up @@ -50,12 +44,14 @@ test:

about:
home: https://github.com/sbg/sevenbridges-python
license: Apache Software License
license_family: APACHE
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: SBG API python client bindings
description: 'sevenbridges-python is a Python library that provides an interface for the Seven Bridges Platform the Cancer Genomics Cloud and Cavatica public APIs. It works with Python versions 2.6+ and supports Python 3.'
dev_url: 'https://github.com/sbg/sevenbridges-python'
description: sevenbridges-python is a Python library that provides an interface for the Seven Bridges Platform the Cancer
Genomics Cloud and Cavatica public APIs. It works with Python versions 2.6+ and supports Python 3.
dev_url: https://github.com/sbg/sevenbridges-python

extra:
recipe-maintainers: 'dejan.knezevic@sbgenomics.com'
recipe-maintainers:
- QuicksilverMachine