diff options
Diffstat (limited to 'wfpc2tools/meta.yaml')
| -rw-r--r-- | wfpc2tools/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index 4ca0ce4..00744dd 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'wfpc2tools' %} +{% set version = '1.0.4' %} +{% set number = '0' %} +  about:      home: http://      license: BSD      summary: wfpc2tools  build: -    number: '0' +    number: {{ number }}  package: -    name: wfpc2tools -    version: 1.0.4 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - astropy >=1.1 @@ -25,7 +29,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: 1.0.4 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/wfpc2tools  test:      imports: | 
