diff options
Diffstat (limited to 'pandokia')
-rw-r--r-- | pandokia/meta.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/pandokia/meta.yaml b/pandokia/meta.yaml index ed9b26b..0d6466a 100644 --- a/pandokia/meta.yaml +++ b/pandokia/meta.yaml @@ -1,12 +1,16 @@ +{% set name = 'pandokia' %} +{% set version = '1.3.11' %} +{% set number = '0' %} + about: home: http://ssb.stsci.edu/testing/pandokia license: BSD - summary: pandokia + summary: A test running/reporting facility build: - number: '{{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}' + number: {{ number }} package: - name: pandokia - version: 1.3.11 + name: {{ name }} + version: {{ version }} requirements: build: - nose @@ -20,7 +24,7 @@ requirements: - pytest - python x.x source: - git_url: git@github.com:spacetelescope/pandokia + git_url: https://github.com/spacetelescope/pandokia.git test: commands: - pdk --help |