diff options
Diffstat (limited to 'pandokia/meta.yaml')
| -rw-r--r-- | pandokia/meta.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index 8d368f9..a98fc0c 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'pandokia' %} +{% set version = '1.4.0' %} +{% set number = '0' %} +  about:      home: http://ssb.stsci.edu/testing/pandokia      license: BSD      summary: pandokia  build: -    number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' +    number: {{ number }}  package: -    name: pandokia -    version: 1.4.0 +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - nose @@ -21,7 +25,7 @@ requirements:      - pytest      - python x.x  source: -    git_tag: 1.4.0 +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/pandokia  test:      commands: | 
