-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
upgrade to version 3 of cerbere
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
cdt_name: | ||
- cos6 | ||
- cos7 | ||
channel_sources: | ||
- conda-forge | ||
channel_targets: | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,51 @@ | ||
{% set name = "cerbere" %} | ||
{% set version = "2.1.1" %} | ||
{% set version = "3.0.0.post39" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://gitlab.ifremer.fr/cerbere/cerbere/-/archive/V{{ version }}/cerbere-V{{ version }}.tar.gz | ||
sha256: f127d699086596c7434a8ab5b5562bd8f02973395d3e2d730e9dab01dbcfae51 | ||
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/cerbere-{{ version }}.tar.gz | ||
sha256: 7aaf6b60d4d954fd0a4952bf3a5d92be6fa9eb982c64a0194aa429b799b221f0 | ||
|
||
build: | ||
number: 0 | ||
noarch: python | ||
script_env: | ||
- POETRY_DYNAMIC_VERSIONING_BYPASS={{ version }} | ||
script: | ||
- {{ PYTHON }} -m pip install . -vv | ||
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation | ||
number: 0 | ||
|
||
requirements: | ||
host: | ||
- python >=3.8 | ||
- pip | ||
- python >=3.10,<4.0 | ||
- poetry-core >=1.0.0 | ||
- poetry-dynamic-versioning | ||
- poetry-dynamic-versioning >=1.0.0,<2.0.0 | ||
- pip | ||
run: | ||
- python >=3.8 | ||
- pyyaml >=5.3 | ||
- netcdf4 >=1.5 | ||
- scipy >=1.5 | ||
- shapely >=1.7 | ||
- xarray >=2022.3.0 | ||
- python >=3.10.0,<4.0.0 | ||
- xarray <=2024.1.1 | ||
- shapely >=2.0.6,<3.0.0 | ||
- pyyaml >=6.0.2,<7.0.0 | ||
- scipy >=1.14.1,<2.0.0 | ||
- h5netcdf >=1.3.0,<2.0.0 | ||
- dask-core >=2024.8.2,<2025.0.0 | ||
- cftime >=1.6.4,<2.0.0 | ||
|
||
test: | ||
imports: | ||
- cerbere | ||
commands: | ||
- pip check | ||
requires: | ||
- pip | ||
|
||
about: | ||
home: https://gitlab.ifremer.fr/cerbere/cerbere | ||
summary: A python API to manipulate spatial and temporal observations, compatible with many existing formats, normalizing and typing the representation of these observations, following Climate and Forecast (CF) convention and data model. | ||
license: GPL-3.0-or-later | ||
license_file: LICENSE.txt | ||
summary: cerbere provides a unified python API to manipulate any type of spatio-temporal observations | ||
description: | | ||
cerbere provides a unified python API to manipulate any type of spatio-temporal observations, | ||
which can be read from many existing storage formats using the same set of functions. | ||
It also provides classes for specific types of observation features. | ||
home: https://gitlab.ifremer.fr/cerbere/cerbere/ | ||
doc_url: https://cerbere.readthedocs.io/en/latest/ | ||
|
||
extra: | ||
recipe-maintainers: | ||
- jfpiolle | ||
- marie59 |
a42add4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! This is the friendly automated conda-forge-webservice.
I updated the Github team because of this commit.
Go to https://github.com/orgs/conda-forge/invitation see your invitation.
You should get push access to this feedstock and CI services.
Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).
Feel free to join the community Element channel.
NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.