{% set name = 'astroquery' %} {% set version = GIT_DESCRIBE_TAG ~ ".dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set number = '1' %} about: home: https://github.com/astropy/{{ name }} license: BSD summary: Astroquery is a set of tools for querying astronomical web forms and databases. package: name: {{ name }} version: {{ version }} source: git_url: https://github.com/astropy/{{ name }} build: number: {{ number }} requirements: build: - astropy - requests - keyring - beautifulsoup4 - html5lib - secretstorage [linux] - setuptools - python {{ python }} run: - astropy - requests - keyring - beautifulsoup4 - html5lib - secretstorage [linux] - python test: imports: - astroquery.simbad