Skip to content

Commit

Permalink
Merge pull request #29002 from CyrilJl/main
Browse files Browse the repository at this point in the history
Add meteofetch recipe
  • Loading branch information
ocefpaf authored Feb 3, 2025
2 parents eae2b12 + f884b3a commit 33e07d2
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/meteofetch/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "meteofetch" %}
{% set version = "0.2.4" %}

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

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

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

requirements:
host:
- python {{ python_min }}
- hatchling
- pip
run:
- python >={{ python_min }}
- cfgrib
- requests
- xarray

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

about:
summary: Package python pour recuperer les donnees modelisees de prevision de MeteoFrance
home: https://github.com/CyrilJl/MeteoFetch
license: GPL-2.0-only
license_file: LICENSE

extra:
recipe-maintainers:
- CyrilJl

0 comments on commit 33e07d2

Please sign in to comment.