diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-07-21 16:31:15 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-21 16:31:15 -0400 | 
| commit | aa4b764af144da075756a1c03e017b7864cf230a (patch) | |
| tree | 51c0de41b802175db6ebbedff4f3179a350568bc /aprio | |
| parent | ea8f32b70e0178c6786cf631587e00b42fe9bac6 (diff) | |
| download | astroconda-contrib-aa4b764af144da075756a1c03e017b7864cf230a.tar.gz | |
Update aprio 1.0 -> 1.0.1 (#43)
Diffstat (limited to 'aprio')
| -rw-r--r-- | aprio/meta.yaml | 17 | 
1 files changed, 11 insertions, 6 deletions
| diff --git a/aprio/meta.yaml b/aprio/meta.yaml index 58b3c6b..4b31c76 100644 --- a/aprio/meta.yaml +++ b/aprio/meta.yaml @@ -1,24 +1,29 @@ +{% set name = 'aprio' %} +{% set version = '1.0.1' %} +{% set tag = 'v' + version %} +{% set number = '0' %} +  about:      home: http://bitbucket.org/jhunkeler/aprio      license: GPL -    readme: README.md      summary: aprio is an automatic renice daemon.  build:      number: '0'  package: -    name: aprio -    version: '1.0' +    name: {{ name }} +    version: {{ version }}  requirements:      build:      - python x.x -    - argparse >=1.1 [py26]      - setuptools      - psutil      - python-daemon +    - docutils      run:      - psutil      - python-daemon +    - docutils      - python x.x  source: -    git_tag: v1.0 -    git_url: https://bitbucket.org/jhunkeler/aprio +    git_tag: {{ tag }} +    git_url: https://bitbucket.org/jhunkeler/{{ name }}.git | 
