diff options
Diffstat (limited to 'gwcs')
| -rw-r--r-- | gwcs/meta.yaml | 24 | 
1 files changed, 17 insertions, 7 deletions
| diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index 168098f..31fe8a8 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,12 +1,20 @@ +{% set name = 'gwcs' %} +{% set version = '0.6rc1' %} +{% set tag = 'v' + version %} +{% set number = '0' %} +  about: -    home: https://github.com/spacetelescope/gwcs +    home: https://github.com/spacetelescope/{{name}}      license: GPL -    summary: gwcs +    summary: Generalized World Coordinate System +  build: -    number: '0' +    number: {{number}} +  package: -    name: gwcs -    version: 0.6rc1 +    name: {{name}} +    version: {{version}} +  requirements:      build:      - asdf @@ -19,9 +27,11 @@ requirements:      - astropy >=1.1      - numpy      - python x.x +  source: -    git_tag: v0.6rc1 -    git_url: https://github.com/spacetelescope/gwcs +    git_tag: {{tag}} +    git_url: https://github.com/spacetelescope/{{name}}.git +  test:      imports:      - gwcs | 
