-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmeta.yaml
More file actions
54 lines (47 loc) · 1.07 KB
/
meta.yaml
File metadata and controls
54 lines (47 loc) · 1.07 KB
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
{% set name = "zppy" %}
{% set version = "3.0.0rc4" %}
{% set python_min = "3.9" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/E3SM-Project/zppy.git
git_rev: v{{ version }}
build:
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
noarch: python
requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python >={{ python_min }}
- configobj >=5.0.0,<6.0.0
- jinja2 >=2.0.0
- mache >=1.3.2
- mpas_tools >=0.15.0
test:
requires:
- python {{ python_min }}
- pip
imports:
- zppy
commands:
- zppy --help
- pip check
about:
home: https://github.com/E3SM-Project/zppy
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: |
Postprocessing package for the DOE's Energy Exascale Earth System Model
(E3SM) project.
doc_url: https://e3sm-project.github.io/zppy/docs/html/index.html
dev_url: https://github.com/E3SM-Project/zppy
extra:
recipe-maintainers:
- forsyth2
- golaz