summaryrefslogtreecommitdiff
path: root/glue-ginga/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-01-07 14:56:49 -0500
committerGitHub <noreply@github.com>2018-01-07 14:56:49 -0500
commita13bd9ea702bb659a1266d93d28ff63a6839fe89 (patch)
treebeb8e421ed8e5e64fd92079da3b8b85fe8573a04 /glue-ginga/meta.yaml
parentc8495059d41572180372e2e339405abcc349f785 (diff)
downloadastroconda-dev-a13bd9ea702bb659a1266d93d28ff63a6839fe89.tar.gz
Backport from contrib (#86)
Diffstat (limited to 'glue-ginga/meta.yaml')
-rw-r--r--glue-ginga/meta.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml
new file mode 100644
index 0000000..de1d000
--- /dev/null
+++ b/glue-ginga/meta.yaml
@@ -0,0 +1,40 @@
+{% set name = 'glue-ginga' %}
+{% set version = '0.2' %}
+{% set tag = 'v' + version %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/ejeschke/{{ name }}
+ license: BSD
+ summary: Astronomical data visualization
+
+build:
+ number: {{ number }}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+requirements:
+ build:
+ - astropy >=1.2
+ - glue-core >=0.11.1
+ - glue-vispy-viewers >=0.8
+ - ginga >=2.6.1
+ - setuptools
+ - numpy
+ - python x.x
+ run:
+ - astropy >=1.2
+ - glueviz >=0.10
+ - ginga >=2.6.1
+ - numpy
+ - python x.x
+
+source:
+ git_tag: {{ tag }}
+ git_url: https://github.com/ejeschke/{{ name }}.git
+
+test:
+ imports:
+ - glue_ginga