Skip to content

Commit

Permalink
Adding ussa1976
Browse files Browse the repository at this point in the history
  • Loading branch information
nollety committed Jun 16, 2022
1 parent 587e471 commit cf6987b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions recipes/ussa1976/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{% set name = "ussa1976" %}
{% set version = "0.3.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/ussa1976-{{ version }}.tar.gz
sha256: 5ad41ca724a9d5fc13e3bf4c55ad503e43cdeceaa9e0d6cf728ef1db87a8b049

build:
entry_points:
- ussa1976 = ussa1976.__main__:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- pip
- python >=3.6,<3.10
run:
- click >=7.0
- netcdf4 >=1.5.7
- numpy >=1.22
- python >=3.6,<3.10
- scipy >=1.6.3
- xarray >=0.18.2,<2022.4.0

test:
imports:
- ussa1976
commands:
- pip check
- ussa1976 --help
requires:
- pip

about:
home: https://github.com/nollety/ussa1976
summary: The U.S. Standard Atmosphere 1976 model.
description: |
This package implements the atmosphere thermophysical model provided by the
National Aeronautics and Space Administration technical report
NASA-TM-X-74335 published in 1976 and entitled "U.S. Standard Atmosphere,
1976".
license: MIT
license_family: MIT
license_file: LICENSE.rst
doc_url: https://ussa1976.readthedocs.io/
dev_url: https://github.com/nollety/ussa1976

extra:
recipe-maintainers:
- nollety

0 comments on commit cf6987b

Please sign in to comment.