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
56 changes: 56 additions & 0 deletions recipes/resourcecode/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{% set name = "resourcecode" %}
{% set version = "1.3.1" %}

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

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

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

requirements:
host:
- python {{ python_min }}
- pip
- setuptools
run:
- python >={{ python_min }},<3.13
- pandas >=1.0.0,<3.0.0
- requests >=2.23.0
- numpy >=1.20.1,<2.0.0
- scipy >=1.6.1,<1.14.0
- pyextremes >=2.0.0
- pytest >=7.0.0
- pyarrow >=6.0.0
- plotly >=4.12.0
- numexpr >=2.7.0
- xarray >=0.19.0
- netcdf4 >=1.6.0

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

about:
home: https://resourcecode-project.github.io/py-resourcecode/
dev_url: https://github.com/Resourcecode-project/py-resourcecode
summary: The ResourceCODE Marine Data Toolbox is a python package to facilitate the access to recent hindcast database of sea-state , along with a set of state-of-the-art methods for data analysis.
license: GPL-3.0-only
license_file:
- COPYING
- LICENSE

extra:
recipe-maintainers:
- NRaillard