{% set name = 'asdf' %} {% set version = '2.4.2' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD summary: ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data build: number: {{ number }} skip: True [py27] package: name: {{ name }} version: {{ version }} requirements: build: - semantic_version >=2.3.1,<=2.6.0 - pyyaml >=3.10 - jsonschema >=2.3,<4.0 - six >=1.9.0 - setuptools - setuptools_scm - numpy {{ numpy }} - python {{ python }} run: - semantic_version >=2.3.1,<=2.6.0 - pyyaml >=3.10 - jsonschema >=2.3,<4.0 - pytest - six >=1.9.0 - setuptools - setuptools_scm - numpy - python source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - asdftool --help imports: - asdf