diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-30 16:04:31 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-30 16:04:31 -0400 |
commit | dd78243891045e3a8c87b150b4b49203d7e0e43d (patch) | |
tree | d3dda7421b889aff6ee81290be8124bf3fc08ed8 /calcos | |
parent | 60a2a3549374303313c7e97c402d1a9c240d306f (diff) | |
download | astroconda-contrib-dd78243891045e3a8c87b150b4b49203d7e0e43d.tar.gz |
Update calcos -> 3.1.8
Diffstat (limited to 'calcos')
-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 |