Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from bird-house/eggshell
Browse files Browse the repository at this point in the history
added eggshell recipe
  • Loading branch information
cehbrecht committed Jun 4, 2018
2 parents 4666601 + 070e0fb commit e9a956f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions eggshell/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set version = "0.2" %}

package:
name: birdhouse-eggshell
version: {{ version }}

source:
git_url: https://github.com/bird-house/eggshell.git
git_tag: {{ version }}

build:
number: 0
noarch: python
script: python setup.py install --single-version-externally-managed --record=record.txt
entry_points:
- eggshell=eggshell:main

requirements:
build:
- python
- setuptools

run:
- python
- numpy
- matplotlib
- cartopy
- iris
- libnetcdf
- ocgis

test:
imports:
- eggshell

requires:
- pytest

about:
home: https://github.com/bird-house/eggshell
license: Apache License v2.0
summary: 'Utilities common to multiple WPS birds.'

extra:
recipe-maintainers:
- cehbrecht

0 comments on commit e9a956f

Please sign in to comment.