diff options
Diffstat (limited to 'pandokia')
| -rw-r--r-- | pandokia/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index 16dd442..968f82a 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'pandokia' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +    +".dev" +    +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% set number = '0' %}  about: @@ -15,7 +17,6 @@ requirements:      build:      - nose      - pytest -    - relic >=1.0.3      - shunit2      - setuptools      - python x.x @@ -25,7 +26,6 @@ requirements:      - pytest      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/pandokia  test:      commands: | 
