{% set name = 'drizzle' %} {% set version = '1.13' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD summary: A package for combining dithered images into a single image package: name: {{ name }} version: {{ version }} build: number: {{ number }} source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git requirements: build: - astropy >=1.1 - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy >=1.1 - numpy - python test: imports: - drizzle - drizzle.drizzle - drizzle.cdrizzle