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