diff options
author | Justin Ely <ely@stsci.edu> | 2016-11-07 21:58:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-11-07 21:58:18 -0500 |
commit | 191b995b4a5328ccc7a6d3a19665dc4a66c4447f (patch) | |
tree | 77086eac863a6e7a35684f4b1e0ca3577e390eef /mosviz/meta.yaml | |
parent | 1bca70311e4f627d94ea473b303afc0b0bc75d6e (diff) | |
download | astroconda-contrib-191b995b4a5328ccc7a6d3a19665dc4a66c4447f.tar.gz |
Add first mosviz release, closes #78 (#97)
Diffstat (limited to 'mosviz/meta.yaml')
-rw-r--r-- | mosviz/meta.yaml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/mosviz/meta.yaml b/mosviz/meta.yaml new file mode 100644 index 0000000..88bd900 --- /dev/null +++ b/mosviz/meta.yaml @@ -0,0 +1,40 @@ +{% set name = 'mosviz' %} +{% set version = '0.0.1' %} +{% set tag = 'v0.0.1' %} +{% set number = '0' %} + +package: + name: {{ name }} + version: {{ version }} + +source: + git_tag: {{ tag }} + git_url: https://github.com/spacetelescope/mosviz.git + +requirements: + build: + - astropy + - specutils + - glueviz >=0.9.0 + - matplotlib >=1.5.3 + - numpy x.x + - python x.x + + run: + - astropy + - specutils + - glueviz >=0.9.0 + - matplotlib >=1.5.3 + - numpy x.x + - python x.x + +test: + requires: + - astropy + - specutils + imports: + - mosviz + +about: + home: https://github.com/spacetelescope/mosviz + license: BSD |