diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-26 12:37:09 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-26 12:37:09 -0400 | 
| commit | c2c49d7c60f99d8da9d105cddb94a90ccb662663 (patch) | |
| tree | 276385ad582f9aa34b27f118a99f94cfbda69822 /glueviz | |
| parent | 20220424b6db845221c1e78acbe8b5928d088b7f (diff) | |
| download | astroconda-dev-c2c49d7c60f99d8da9d105cddb94a90ccb662663.tar.gz | |
Align contrib packages with dev
Diffstat (limited to 'glueviz')
| -rw-r--r-- | glueviz/logo.png | bin | 0 -> 10229 bytes | |||
| -rw-r--r-- | glueviz/meta.yaml | 61 | 
2 files changed, 61 insertions, 0 deletions
| diff --git a/glueviz/logo.png b/glueviz/logo.pngBinary files differ new file mode 100644 index 0000000..b2e7206 --- /dev/null +++ b/glueviz/logo.png 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 | 
