{% set name = 'ginga' %} {% set version = '2.6.0' %} {% 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 - setuptools - numpy - python x.x run: - astropy >=1.2 - numpy - python x.x source: git_tag: {{tag}} git_url: https://github.com/ejeschke/{{name}}.git test: commands: - ginga --help imports: - ginga