-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
meta.yaml
55 lines (48 loc) · 1.16 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 = "pygmt" %}
{% set version = "0.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: b8b7450a9f3f5b53002eb6d5057769d4281bf605f084bc4dc7290e873945fb9e
build:
noarch: python
number: 0
script: SETUPTOOLS_SCM_PRETEND_VERSION={{ version }} {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.6
- setuptools >=45
- setuptools_scm >=3.4
- toml
run:
- gmt >=6.1.1,<7.0
- netCDF4
- numpy
- packaging
- pandas
- python >=3.6
- xarray
test:
imports:
- pygmt
- pygmt.tests
commands:
- python -c "import pygmt; assert pygmt.__version__ != 'v0.0.0'"
- python -c "import pygmt; pygmt.show_versions()"
about:
home: https://www.pygmt.org
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: A Python interface for the Generic Mapping Tools
doc_url: https://www.pygmt.org/
dev_url: https://github.com/GenericMappingTools/pygmt
extra:
recipe-maintainers:
- moorepants
- seisman
- weiji14
- willschlitzer