diff options
Diffstat (limited to 'opuscoords')
| -rw-r--r-- | opuscoords/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
diff --git a/opuscoords/meta.yaml b/opuscoords/meta.yaml index 59069cd..86ac96a 100644 --- a/opuscoords/meta.yaml +++ b/opuscoords/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'opuscoords' %} +{% set version = '1.0.3' %} +{% set number = '0' %} +  about:      home: https://github.com/spacetelescope/opuscoords      license: BSD      summary: opuscoords  build: -    number: '0' +    number: {{ number }}  package: -    name: opuscoords -    version: 1.0.3 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - relic >=1.0.3 @@ -17,7 +21,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: 1.0.3 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/opuscoords.git  test:      imports:  | 
