diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 | 
| commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
| tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /astroquery/meta.yaml | |
| parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
| parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
| download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz | |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'astroquery/meta.yaml')
| -rw-r--r-- | astroquery/meta.yaml | 17 | 
1 files changed, 10 insertions, 7 deletions
| diff --git a/astroquery/meta.yaml b/astroquery/meta.yaml index be5bc95..fff326e 100644 --- a/astroquery/meta.yaml +++ b/astroquery/meta.yaml @@ -1,9 +1,10 @@  {% set name = 'astroquery' %} -{% set version = '0.3.3' %} +{% set version = '0.3.5' %} +{% set tag = 'v' + version %}  {% set number = '0' %}  about: -    home: https://github.com/spacetelescope/{{ name }} +    home: https://github.com/astropy/{{ name }}      license: BSD      summary: Astroquery is a set of tools for querying astronomical web forms and databases. @@ -12,9 +13,8 @@ package:      version: {{ version }}  source: -  fn: {{ name }}-{{ version }}.tar.gz -  url: https://pypi.io/packages/source/a/{{ name }}/{{ name }}-{{ version }}.tar.gz -  md5: 1be83c630fcb462a711eb9c2eda0fbea +    git_url: https://github.com/astropy/{{ name }} +    git_tag: {{ tag }}  build:      number: {{ number }} @@ -26,15 +26,18 @@ requirements:      - keyring      - beautifulsoup4      - html5lib +    - secretstorage [linux]      - setuptools -    - python x.x +    - python +      run:      - astropy      - requests      - keyring      - beautifulsoup4      - html5lib -    - python x.x +    - secretstorage [linux] +    - python  test:      imports: | 
