diff options
Diffstat (limited to 'astroquery')
| -rw-r--r-- | astroquery/build.sh | 2 | ||||
| -rw-r--r-- | astroquery/meta.yaml | 17 | 
2 files changed, 11 insertions, 8 deletions
| diff --git a/astroquery/build.sh b/astroquery/build.sh index 141155c..5a5aeeb 100644 --- a/astroquery/build.sh +++ b/astroquery/build.sh @@ -1 +1 @@ -python setup.py install --offline --no-git +$PYTHON setup.py install 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: | 
