diff options
Diffstat (limited to 'costools/meta.yaml')
| -rw-r--r-- | costools/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/costools/meta.yaml b/costools/meta.yaml index 2810c95..940f64f 100644 --- a/costools/meta.yaml +++ b/costools/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'costools' %} +{% set version = '1.2.2' %} +{% set number = '0' %} +  about:      home: http://www.stsci.edu/institute/software_hardware      license: BSD      summary: costools  build: -    number: '0' +    number: {{ number }}  package: -    name: costools -    version: 1.2.2 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - astropy >=1.1 @@ -24,7 +28,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: 1.2.2 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/costools  test:      commands: | 
