{% set name = 'tweakwcs' %} {% 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/spacetelescope/{{ name }} license: BSD summary: A package for correcting alignment errors in WCS objects package: name: {{ name }} version: {{ version }} build: number: {{ number }} source: git_url: https://github.com/spacetelescope/{{ name }}.git requirements: build: - gwcs - stsci.stimage - stsci.imagestats - spherical-geometry - astropy >=3.1 - setuptools - numpydoc - sphinx_rtd_theme - stsci_rtd_theme - numpy {{ numpy }} - python {{ python }} run: - gwcs - stsci.stimage - stsci.imagestats - spherical-geometry - astropy >=3.1 - numpy - python test: imports: - tweakwcs - tweakwcs.imalign - tweakwcs.matchutils - tweakwcs.tpwcs - tweakwcs.wcsimage