diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-06-30 16:05:18 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-30 16:05:18 -0400 | 
| commit | 2c3b743cc0e24b06fd273d7f334ee1f03af9de9d (patch) | |
| tree | d3dda7421b889aff6ee81290be8124bf3fc08ed8 | |
| parent | 60a2a3549374303313c7e97c402d1a9c240d306f (diff) | |
| parent | dd78243891045e3a8c87b150b4b49203d7e0e43d (diff) | |
| download | astroconda-contrib-2c3b743cc0e24b06fd273d7f334ee1f03af9de9d.tar.gz | |
Merge pull request #25 from jhunkeler/update-calcos
Update calcos -> 3.1.8
| -rw-r--r-- | calcos/meta.yaml | 22 | 
1 files changed, 13 insertions, 9 deletions
| diff --git a/calcos/meta.yaml b/calcos/meta.yaml index 7c2e4c4..d6465ad 100644 --- a/calcos/meta.yaml +++ b/calcos/meta.yaml @@ -1,30 +1,34 @@ +{% set name = 'calcos' %} +{% set version = '3.1.8' %} +{% set number = '0' %} +  about: -    home: https://github.com/spacetelescope/calcos -    summary: calcos +    home: https://github.com/spacetelescope/{{ name }} +    summary: Calibration for HST/COS  build: -    number: '0' +    number: {{ number }}  package: -    name: calcos -    version: 3.1.7 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - d2to1 -    - numpy x.x      - astropy >=1.1      - scipy      - stsci.distutils      - stsci.tools      - setuptools +    - numpy x.x      - python x.x      run: -    - numpy x.x      - astropy >=1.1      - scipy      - stsci.tools +    - numpy x.x      - python x.x  source: -    git_tag: 3.1.7 -    git_url: https://github.com/spacetelescope/calcos +    git_tag: {{ version }} +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      commands:      - calcos --help | 
