{% set name = 'specutils' %} {% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set number = '3' %} about: home: https://github.com/astropy/specutils license: BSD summary: One-dimensional spectral operations package: name: {{ name }} version: {{ version }} build: number: {{ number }} source: git_url: https://github.com/astropy/{{ name }}.git requirements: build: - astropy - cython - gwcs - scipy - six - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - gwcs - scipy - six - numpy - python test: imports: - specutils - specutils.analysis - specutils.io - specutils.spectra - specutils.utils - specutils.wcs