Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

first recipe gatiab #28297

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
48 changes: 48 additions & 0 deletions recipes/gatiab/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{% set name = "gatiab" %}
{% set version = "1.1.0" %}

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

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

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

requirements:
host:
- python >=3.9.19
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the python_min convention for noarch: python packages shown in:
https://conda-forge.org/docs/maintainer/knowledge_base/#noarch-python

- setuptools >=42
- pip
run:
- python >=3.9.19
- numpy >=1.26.4
- xarray >=2024.7.0
- netcdf4 >=1.7.1
- scipy >=1.13.1
- tqdm >=4.66.5

test:
imports:
- gatiab
commands:
- pip check
requires:
- pip

about:
home: https://github.com/hygeos/gatiab
summary: Gasous Absorption Transmissions at Instrument Averaged Bands
license: LicenseRef-HYGEOS-gatiab
license_url: https://github.com/hygeos/gatiab/blob/master/LICENSE.txt
license_file: LICENSE.txt
dev_url: https://github.com/hygeos/gatiab

extra:
recipe-maintainers:
- Mustapha-hygeos