summaryrefslogtreecommitdiff
path: root/cubeviz/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-09-20 13:57:48 -0400
committerGitHub <noreply@github.com>2017-09-20 13:57:48 -0400
commit206d674bc33822e2a5b456bdbf2f4d2d01c2ed65 (patch)
tree783b036b4f34e21f9f74619a788aa5dfccd48bf5 /cubeviz/meta.yaml
parent57b4143957248edd223279974c611977af1edd2f (diff)
downloadastroconda-dev-206d674bc33822e2a5b456bdbf2f4d2d01c2ed65.tar.gz
Deprecated cube-tools. New package: cubeviz (#68)
Diffstat (limited to 'cubeviz/meta.yaml')
-rw-r--r--cubeviz/meta.yaml40
1 files changed, 40 insertions, 0 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml
new file mode 100644
index 0000000..d6eb520
--- /dev/null
+++ b/cubeviz/meta.yaml
@@ -0,0 +1,40 @@
+{% set name = 'cubeviz' %}
+{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
+ +".dev"
+ +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
+{% set number = '0' %}
+
+about:
+ home: https://github.com/spacetelescope/{{ name }}
+ license: BSD
+ summary: Data analysis package for cubes.
+
+build:
+ number: {{ number }}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+requirements:
+ build:
+ - asdf
+ - astropy
+ - numpy
+ - pytest >=3.1*
+ - setuptools
+ - python
+
+ run:
+ - asdf
+ - astropy
+ - numpy
+ - pytest >=3.1*
+ - python
+
+source:
+ git_url: https://github.com/spacetelescope/{{ name }}.git
+
+test:
+ imports:
+ - cubeviz