forked from NOAA-GFDL/fre-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
92 lines (84 loc) · 2.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{% set data = load_setup_py_data() %}
package:
name: fre-cli
version: '{{ environ.get("GIT_DESCRIBE_TAG", data.get("version")) }}'
source:
path: .
# ideally we want this git_url path, but it messes with conda publish
# where it builds only the sourced url and not local/branch changes
# git_url: https://github.com/NOAA-GFDL/fre-cli
build:
script:
- {{ PYTHON }} -m pip install . -vv
number: 1
noarch: python
channels:
- defaults
- conda-forge
- noaa-gfdl
requirements:
host:
- python
- pip
run:
- python
- click
- pyyaml
- pylint
- jsonschema
- noaa-gfdl::intakebuilder
- conda-forge::cylc-flow>=8.2.0
- conda-forge::cylc-rose
- conda-forge::metomi-rose
- conda-forge::cmor
- conda-forge::cylc-uiserver
- conda-forge::pytest
- conda-forge::pytest-cov
- conda-forge::python-cdo
- conda-forge::cdo>=2.0.0
test:
source_files:
- fre/
imports:
- click
- pytest
- pylint
- fre
- fre.pp
- fre.pp.install
- fre.pp.status
- fre.pp.run
- fre.pp.validate
- fre.make
- fre.app
- fre.cmor
commands:
- pytest --config-file=fre/pytest.ini --cov-config=fre/coveragerc --cov=fre fre/
- pylint fre/ || echo "pylint returned non-zero exit code and will kill the workflow. guarding against this now."
- fre --help
- fre pp --help
- fre pp install --help
- fre pp status --help
- fre pp run --help
- fre pp validate --help
- fre make --help
- fre make create-checkout --help
- fre make create-compile --help
- fre make create-dockerfile --help
- fre make create-makefile --help
- fre make run-fremake --help
- fre app --help
- fre app mask-atmos-plevel --help
- fre cmor --help
- fre cmor run --help
requires:
- pip
- pylint
- pytest
- pytest-cov
about:
home: https://github.com/NOAA-GFDL/fre-cli
license: LGPL-3.0
license_file: LICENSE.md
summary: Command line interface for FMS Runtime Environment (FRE) workflow commands
author: Bennett Chang, Dana Singh, Chris Blanton