forked from ESMValGroup/ESMValTool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecmwf_api_client_meta.yaml
More file actions
36 lines (30 loc) · 864 Bytes
/
ecmwf_api_client_meta.yaml
File metadata and controls
36 lines (30 loc) · 864 Bytes
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
36
{% set name = "ecmwf-api-client" %}
{% set version = "1.5.4" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "5b31c4c8c6d0c344dfaed038b388d1b70e8b9d4ea6ad732e5d827a25d5acc573" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_ext }}'
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'
build:
noarch: python
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- pip
- python
- setuptools
run:
- python
test:
imports:
- ecmwfapi
about:
home: https://software.ecmwf.int/wiki/display/WEBAPI
license: Apache 2.0
summary: 'Python client for ECMWF web services API.'