diff options
| -rw-r--r-- | hstcal/meta.yaml | 16 | 
1 files changed, 10 insertions, 6 deletions
| diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 65c3c40..406fd30 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -1,17 +1,21 @@ +{% set name = 'hstcal' %} +{% set version = '1.0.1' %} +{% set number = '0' %} +  about:      home: https://github.com/spacetelescope/hstcal      license: BSD -    summary: hstcal +    summary: Calibration for HST/WFC3, HST/ACS, and HST/STIS  build: -    number: '0' +    number: {{ number }}  package: -    name: hstcal -    version: 1.0.0 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - gcc >=4.6 [osx]      run:      - libgcc >=4.6 [osx]  source: -    git_tag: 1.0.0 -    git_url: https://github.com/spacetelescope/hstcal +    git_tag: {{ version }} +    git_url: https://github.com/spacetelescope/{{ name }}.git | 
