-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmeta.yaml
57 lines (49 loc) · 1.01 KB
/
meta.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{% set name = "maesters-nwp" %}
{% set version = "0.0.7" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 764bdf732b7eea86504c7357e8c4e2f71bc669dce8f5619b05bb0ae31de0c52f
build:
skip: true # [win]
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python
- setuptools
- wheel
run:
- setuptools
- python
- curl
- cdo
- dask
- retrying
- beautifulsoup4
- pygrib
- netCDF4
- xarray
- requests
- loguru
- toml
- dask
test:
imports:
- maesters
commands:
- "cdo -h"
- "curl -h"
about:
home: "https://github.com/cnmetlab/Maesters-of-NWP"
license: "MIT"
license_family: "OTHER"
license_file: LICENSE
summary: "A package to get open NWP data in a elegant way"
dev_url: https://github.com/cnmetlab/Maesters-of-NWP
extra:
recipe-maintainers:
- blizhan