-
Notifications
You must be signed in to change notification settings - Fork 12
/
meta.yaml
55 lines (48 loc) · 1.68 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
{% set name = "geocat-datafiles" %}
{% set version = "2022.03.0" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://github.com/NCAR/{{ name }}/archive/v{{ version }}.tar.gz # For building from a specific tag's tarball
sha256: 68aef597dbe4223fff37b11dab5e8720b1047085af58c95ddfa27d86c5fb75c9
# git_tag: v{{ version }} # For building from a specific tag
# git_rev: main # For building from branch for debugging purposes
# git_url: https://github.com/NCAR/{{ name }}.git
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed -vv .
requirements:
build:
- python >=3.8 # [build_platform != target_platform]
- pip # [build_platform != target_platform]
- setuptools # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- pooch
test:
imports:
- geocat.datafiles
requires:
- pip
commands:
- pip check
about:
home: https://geocat.ucar.edu/
summary: 'GeoCAT-datafiles is a Python module that allows users to download sample datasets for use with GeoCAT projects.'
dev_url: https://github.com/NCAR/{{ name }}
license: Apache-2.0
license_file: LICENSE
extra:
recipe-maintainers:
- anissa111 # A. Zacharias https://github.com/anissa111
- erogluorhan # O. Eroglu https://github.com/erogluorhan
- hCraker # H. Craker https://github.com/hCraker
- michaelavs # M. Sizemore https://github.com/michaelavs
- pilotchute # A. Kootz https://github.com/pilotchute