diff options
-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 |