summaryrefslogtreecommitdiff
path: root/glueviz/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-26 12:37:09 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-26 12:37:09 -0400
commitc2c49d7c60f99d8da9d105cddb94a90ccb662663 (patch)
tree276385ad582f9aa34b27f118a99f94cfbda69822 /glueviz/meta.yaml
parent20220424b6db845221c1e78acbe8b5928d088b7f (diff)
downloadastroconda-dev-c2c49d7c60f99d8da9d105cddb94a90ccb662663.tar.gz
Align contrib packages with dev
Diffstat (limited to 'glueviz/meta.yaml')
-rw-r--r--glueviz/meta.yaml61
1 files changed, 61 insertions, 0 deletions
diff --git a/glueviz/meta.yaml b/glueviz/meta.yaml
new file mode 100644
index 0000000..3eccf06
--- /dev/null
+++ b/glueviz/meta.yaml
@@ -0,0 +1,61 @@
+{% set version = "0.8.2" %}
+
+package:
+ name: glueviz
+ version: {{version}}
+
+source:
+ fn: glueviz-{{version}}.tar.gz
+ url: https://pypi.io/packages/source/g/glueviz/glueviz-{{version}}.tar.gz
+ md5: 92dd7de2621a6ab6861cc9b689e86c3e
+
+build:
+ number: 0
+ script: python setup.py install --single-version-externally-managed --record record.txt
+ osx_is_app: True
+
+requirements:
+
+ build:
+ - python
+
+ run:
+ - python
+ - numpy
+ - scipy
+ - matplotlib
+ - astropy
+ - ipython
+ - ipykernel
+ - h5py
+ - pandas
+ - pyqt
+ - qtconsole
+ - xlrd
+ - scikit-image
+ - python.app # [osx]
+
+test:
+ requires:
+ - mock
+ - pytest
+ imports:
+ - glue
+ commands:
+ - glue --version
+ - glue-deps list
+
+app:
+ entry: glue
+ icon: logo.png
+ summary: Multi-dimensional linked data exploration
+ type: desk
+
+about:
+ home: http://glueviz.org
+ license: BSD 3-Clause
+ summary: Multi-dimensional linked data exploration
+
+extra:
+ recipe-maintainers:
+ - astrofrog