diff options
Diffstat (limited to 'stsci.imagemanip')
| -rw-r--r-- | stsci.imagemanip/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index c0b4923..c748cbb 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -1,13 +1,17 @@ +{% set name = 'stsci.imagemanip' %} +{% set version = '1.1.3' %} +{% set number = '0' %} +  about:      home: https://github.com/spacetelescope/stsci.imagemanip      license: GPL      summary: stsci.imagemanip  build: -    number: '0' +    number: {{ number }}      preserve_egg_dir: 'yes'  package: -    name: stsci.imagemanip -    version: 1.1.3 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - relic >=1.0.3 @@ -20,7 +24,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: 1.1.3 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/stsci.imagemanip  test:      imports: | 
