summaryrefslogtreecommitdiff
path: root/mosviz/meta.yaml
diff options
context:
space:
mode:
authorJustin Ely <ely@stsci.edu>2016-11-07 21:58:18 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-11-07 21:58:18 -0500
commit191b995b4a5328ccc7a6d3a19665dc4a66c4447f (patch)
tree77086eac863a6e7a35684f4b1e0ca3577e390eef /mosviz/meta.yaml
parent1bca70311e4f627d94ea473b303afc0b0bc75d6e (diff)
downloadastroconda-contrib-191b995b4a5328ccc7a6d3a19665dc4a66c4447f.tar.gz
Add first mosviz release, closes #78 (#97)
Diffstat (limited to 'mosviz/meta.yaml')
-rw-r--r--mosviz/meta.yaml40
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