{% set name = 'asdf' %} {% 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/spacetelescope/{{ name }} license: BSD summary: asdf build: number: {{ number }} package: name: {{ name }} version: {{ version }} requirements: build: - semantic_version >=2.3.1 - pyyaml >=3.10 - jsonschema >=2.3,<=2.6 - six >=1.9.0 - setuptools - setuptools_scm - numpy {{ numpy }} - python {{ python }} run: - semantic_version >=2.3.1 - pyyaml >=3.10 - jsonschema >=2.3,<=2.6 - pytest - six >=1.9.0 - setuptools - numpy - python source: git_url: https://github.com/spacetelescope/{{ name }}.git test: commands: - asdftool --help imports: - asdf