{% set name = 'photutils' %} {% 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/astropy/{{ name }} license: BSD summary: An Astropy package for photometry build: number: {{ number }} skip: True [py27] package: name: {{ name }} version: {{ version }} requirements: build: - astropy >=2.0 - cython - matplotlib >=1.3 - numpy >=1.10 - scikit-image >=0.11 - scikit-learn >=0.18 - scipy >=0.16 - setuptools - python {{ python }} run: - astropy >=2.0 - pytest-astropy - cython - matplotlib >=1.3 - numpy >=1.10 - scikit-image >=0.11 - scikit-learn >=0.18 - scipy >=0.16 - setuptools - python source: git_url: https://github.com/astropy/{{ name }}.git test: imports: - photutils