Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add netcdf-scm recipe #6830

Merged
merged 8 commits into from
Oct 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions recipes/netcdf-scm/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{% set version = "0.2.4" %}

package:
name: netcdf-scm
version: {{ version }}

source:
url: https://pypi.io/packages/source/n/netcdf-scm/netcdf-scm-{{ version }}.tar.gz
sha256: 9a9e92982ea95ebbf12fc03abcc1659127e9bd7c8446841fd9dc39aa878f7ab4

build:
number: 0
noarch: python
znicholls marked this conversation as resolved.
Show resolved Hide resolved
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"

requirements:
host:
- pip
- python >=3.6
run:
- python >=3.6
- iris
- cftime
- nc-time-axis

test:
imports:
- netcdf_scm

about:
home: https://github.com/znicholls/netcdf-scm
license: BSD-2-Clause
license_family: BSD
license_file: LICENSE
summary: Python wrapper for processing netCDF files for use with simple climate models
doc_url: https://github.com/znicholls/netcdf-scm
dev_url: https://netcdf-scm.readthedocs.io/en/latest/

extra:
recipe-maintainers:
- znicholls