diff options
Diffstat (limited to 'glueviz/meta.yaml')
| -rw-r--r-- | glueviz/meta.yaml | 61 | 
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 | 
