diff options
Diffstat (limited to 'glue-ginga/meta.yaml')
-rw-r--r-- | glue-ginga/meta.yaml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml deleted file mode 100644 index de1d000..0000000 --- a/glue-ginga/meta.yaml +++ /dev/null @@ -1,40 +0,0 @@ -{% set name = 'glue-ginga' %} -{% set version = '0.2' %} -{% set tag = 'v' + version %} -{% set number = '0' %} - -about: - home: https://github.com/ejeschke/{{ name }} - license: BSD - summary: Astronomical data visualization - -build: - number: {{ number }} - -package: - name: {{ name }} - version: {{ version }} - -requirements: - build: - - astropy >=1.2 - - glue-core >=0.11.1 - - glue-vispy-viewers >=0.8 - - ginga >=2.6.1 - - setuptools - - numpy - - python x.x - run: - - astropy >=1.2 - - glueviz >=0.10 - - ginga >=2.6.1 - - numpy - - python x.x - -source: - git_tag: {{ tag }} - git_url: https://github.com/ejeschke/{{ name }}.git - -test: - imports: - - glue_ginga |