{% set name = 'calcos' %} {% set version = '3.2.1' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} summary: Calibration for HST/COS build: number: {{ number }} package: name: {{ name }} version: {{ version }} requirements: build: - d2to1 - astropy >=1.1 - scipy - stsci.distutils - stsci.tools - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy >=1.1 - scipy - stsci.tools - numpy - python source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - calcos -r imports: - calcos