Skip to content

Commit

Permalink
Merge pull request #18599 from jhamman/xarray-schema
Browse files Browse the repository at this point in the history
add xarray-schema
  • Loading branch information
synapticarbors committed Apr 6, 2022
2 parents b37aa72 + bd92783 commit 6095c64
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions recipes/xarray-schema/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{% set name = "xarray-schema" %}
{% set version = "0.0.3" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/xarray-schema-{{ version }}.tar.gz
sha256: 9c6c760489c0690a70394b2ad1368b32f8fa1333911c361b4adf249384212920

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- pip
- python >=3.8
- setuptools >=30.3.0
- setuptools-scm
run:
- python >=3.8
- xarray >=0.16
- numpy >=1.20

test:
imports:
- xarray_schema
commands:
- pip check
requires:
- pip

about:
home: https://github.com/carbonplan/xarray-schema
summary: Schema validation for Xarray objects
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- jhamman

0 comments on commit 6095c64

Please sign in to comment.