diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-02 19:25:09 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:27 -0400 | 
| commit | 2ff7bbe733c9837a13a0762bb8a48e04de9e296d (patch) | |
| tree | 1b8be48d6c3b71fd7c0d679d3301ab10d20e6d47 /htc_utils | |
| parent | 4b8dfd8d91499caf0df1182fd010c946f4a01773 (diff) | |
| download | astroconda-dev-2ff7bbe733c9837a13a0762bb8a48e04de9e296d.tar.gz | |
Incorporate jinja2 usage
Diffstat (limited to 'htc_utils')
| -rw-r--r-- | htc_utils/meta.yaml | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/htc_utils/meta.yaml b/htc_utils/meta.yaml index 599a1db..726a972 100644 --- a/htc_utils/meta.yaml +++ b/htc_utils/meta.yaml @@ -1,13 +1,17 @@ +{% set name = 'htc_utils' %} +{% set version = '0.1' %} +{% set number = '0' %} +  about:      home: http://bitbucket.org/jhunkeler/htc_utils      license: GPL      readme: README.md      summary: htc_utils is a homebrew set of HTCondor wrappers  build: -    number: '0' +    number: {{ number }}  package: -    name: htc_utils -    version: '0.1' +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - argparse [py26]  | 
