diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-03-20 15:03:14 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-20 15:03:14 -0400 | 
| commit | 0f73bf50cf7c1af435612734a31f5d5bdc62048f (patch) | |
| tree | d8566aa3c66f604a4f5ccc9c5f920bf31683ac49 | |
| parent | a9d0eb237e861d065effc931d779079eb01ef9d6 (diff) | |
| download | astroconda-contrib-0f73bf50cf7c1af435612734a31f5d5bdc62048f.tar.gz | |
Update meta.yaml
Adjusted to clean up and to prevent undesired multiple builds of glue-core (under investigation as a potential problem with conda-build's dependency resolution behavior).
| -rw-r--r-- | glueviz/meta.yaml | 18 | 
1 files changed, 1 insertions, 17 deletions
| diff --git a/glueviz/meta.yaml b/glueviz/meta.yaml index a852389..739e013 100644 --- a/glueviz/meta.yaml +++ b/glueviz/meta.yaml @@ -10,34 +10,19 @@ package:    name: {{ name }}    version: {{ version }} -source: -  fn: {{ name }}-{{ version }}.tar.gz -  url: https://pypi.io/packages/source/g/{{ name }}/{{ name }}-{{ version }}.tar.gz -  md5: abcb117e102ae9cb00c5dd1bd784c5f3 -  build:    number: {{ number }}  requirements: -    build:      - python      - setuptools +    - glue-vispy-viewers >=0.7.2    run: -    - glue-core >=0.10.1      - glue-vispy-viewers >=0.7.2      - glue-ginga -test: -  imports: -    - glue -    - glue.core -    - glue.app.qt -  commands: -    - glue --version -    - glue-deps list -  app:    entry: glue    icon: logo.png @@ -47,5 +32,4 @@ app:  about:    home: http://glueviz.org    license: BSD 3-Clause -  #license_file: LICENSE    summary: Multi-dimensional linked data exploration | 
