这是indexloc提供的服务,不要输入任何密码
Skip to content
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
51 changes: 51 additions & 0 deletions recipes/luts/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% set name = "luts" %}
{% set version = "1.0.4" %}


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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/luts-{{ version }}.tar.gz
sha256: 0ba2d6b2aa3f67637bec23443995c2f2713f9ba7672b56dcece8fc87a5c65d8b

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

requirements:
host:
- python {{ python_min }}
- setuptools >=42
- pip
run:
- python >={{ python_min }}
- numpy
- scipy
- xarray
- netcdf4
- pyhdf

test:
imports:
- luts
commands:
- pip check
requires:
- python {{ python_min }}
- pip

about:
home: https://github.com/hygeos/luts
summary: Multidimensional labeled arrays and datasets in Python, similar to xarray.
license: Apache-2.0
license_url: https://github.com/hygeos/luts/blob/master/LICENSE.TXT
license_file: LICENSE.TXT
dev_url: https://github.com/hygeos/luts

extra:
recipe-maintainers:
- Mustapha-hygeos
- fsteinmetz