diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-16 08:29:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-16 08:29:43 -0500 | 
| commit | 86028b898c396b9671c745fed96ba287c99dbb4b (patch) | |
| tree | bd453bd116c14f4b516a1283e19524e29d2500dc /aprio | |
| parent | f592b026aae0a95976c13cddc7822c10b090b73b (diff) | |
| download | astroconda-dev-86028b898c396b9671c745fed96ba287c99dbb4b.tar.gz | |
Overhaul (#17)
* Remove numpy x.x locks
* Improve formatting and jinja2 usage; License changes minimal
* Bump build numbers on affected packages
Diffstat (limited to 'aprio')
| -rw-r--r-- | aprio/meta.yaml | 14 | 
1 files changed, 9 insertions, 5 deletions
| diff --git a/aprio/meta.yaml b/aprio/meta.yaml index 29e41f9..9a7f230 100644 --- a/aprio/meta.yaml +++ b/aprio/meta.yaml @@ -5,27 +5,31 @@  {% set number = '0' %}  about: -    home: http://bitbucket.org/jhunkeler/aprio +    home: http://bitbucket.org/jhunkeler/{{ name }}      license: GPL -    readme: README.md      summary: aprio is an automatic renice daemon. +  build:      number: {{ number }} +  package:      name: {{ name }}      version: {{ version }} +  requirements:      build: -    - python x.x      - argparse >=1.1 [py26]      - docutils -    - setuptools      - psutil      - python-daemon +    - setuptools +    - python x.x +      run:      - docutils      - psutil      - python-daemon      - python x.x +  source: -    git_url: https://bitbucket.org/jhunkeler/aprio +    git_url: https://bitbucket.org/jhunkeler/{{ name }}.git | 
