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 xarray-schema #18599

Merged
merged 3 commits into from
Apr 6, 2022
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
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