diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-11-10 09:52:27 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-10 09:52:27 -0500 | 
| commit | 8b12c24e7af40edcbdfab024736176531fc86e80 (patch) | |
| tree | c1d798da99a30aef31b06e738613058f8e1b257e /stsci.convolve | |
| parent | d728597787a6bb99e85098e9413a9cd2a64994eb (diff) | |
| download | astroconda-contrib-8b12c24e7af40edcbdfab024736176531fc86e80.tar.gz | |
Update stsci.convolve 2.1.3 -> 2.2.0 (#102)
* Update 2.1.3 -> 2.2.0
* Add proper tag
Diffstat (limited to 'stsci.convolve')
| -rw-r--r-- | stsci.convolve/meta.yaml | 21 | 
1 files changed, 15 insertions, 6 deletions
diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index d6fe130..8806e7a 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -1,13 +1,19 @@ +{% set name = 'stsci.convolve' %} +{% set version = '2.2.0' %} +{% set number = '0' %}  about: -    home: https://github.com/spacetelescope/stsci.convolve +    home: https://github.com/spacetelescope/{{name}}      license: GPL -    summary: stsci.convolve +    summary: "Image array convolution functions" +  build: -    number: '0' +    number: {{number}}      preserve_egg_dir: 'yes' +  package: -    name: stsci.convolve -    version: 2.1.3 +    name: {{name}} +    version: {{version}} +  requirements:      build:      - d2to1 @@ -17,8 +23,11 @@ requirements:      run:      - numpy x.x      - python x.x +  source: -    git_url: https://github.com/spacetelescope/stsci.convolve +    git_tag: {{version}} +    git_url: https://github.com/spacetelescope/{{name}}.git +  test:      imports:      - stsci.convolve  | 
