Skip to content

Commit

Permalink
Merge pull request #2 from jfpiolle/main
Browse files Browse the repository at this point in the history
upgrade to version 3 of cerbere
  • Loading branch information
Marie59 authored Oct 2, 2024
2 parents d8799e8 + aacd0d4 commit a42add4
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 59 deletions.
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 17 additions & 7 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 9 additions & 11 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 24 additions & 23 deletions recipe/meta.yaml
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

1 comment on commit a42add4

@conda-forge-webservices
Copy link

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.

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.

Please sign in to comment.