{% set name = 'pyds9' %} {% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set number = '2' %} about: home: https://github.com/ericmandel/{{ name }} license: GPL summary: Python connection to SAOimage DS9 via XPA build: number: {{ number }} package: name: {{ name }} version: {{ version }} requirements: build: - astropy - xpa - ds9 - six - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - xpa - ds9 - six - numpy - python source: git_url: https://github.com/ericmandel/{{ name }}.git test: imports: #- pyds9 # ^ Disabled, because it leaves behind the xpans daemon