{% set name = 'ginga' %} {% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% 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 - qtpy - pillow - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - qtpy - pillow - numpy - python source: git_url: https://github.com/ejeschke/{{ name }}.git test: commands: - ginga --help imports: - ginga