diff options
| author | Justin Ely <ely@stsci.edu> | 2017-01-05 12:48:57 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-05 12:48:57 -0500 | 
| commit | 629f1d1d14cabed639dd2908195ef06ed02c34fa (patch) | |
| tree | 82487c93fbafab6fc41716b8b727684f59b96da7 /drizzlepac | |
| parent | a96a1285ba6cc7b077ba62e2a73d4592dd78003f (diff) | |
| parent | ae39975e0ebd1c31d15c47f396a0ae4521715ab3 (diff) | |
| download | astroconda-contrib-629f1d1d14cabed639dd2908195ef06ed02c34fa.tar.gz | |
Merge pull request #119 from jhunkeler/overhaul
Overhaul package recipes
Diffstat (limited to 'drizzlepac')
| -rw-r--r-- | drizzlepac/meta.yaml | 15 | 
1 files changed, 10 insertions, 5 deletions
| diff --git a/drizzlepac/meta.yaml b/drizzlepac/meta.yaml index a689459..511b495 100644 --- a/drizzlepac/meta.yaml +++ b/drizzlepac/meta.yaml @@ -1,22 +1,25 @@  {% set name = 'drizzlepac' %}  {% set version = '2.1.6' %} -{% set number = '0' %} +{% set number = '1' %}  about: -    home: https://github.com/spacetelescope/drizzlepac +    home: https://github.com/spacetelescope/{{ name }}      license: BSD      summary: AstroDrizzle for HST images +  build:      number: {{ number }} +  package:      name: {{ name }}      version: {{ version }} +  requirements:      build:      - astropy >=1.1      - fitsblender      - nictools -    - numpy x.x +    - numpy      - scipy      - stsci.convolve      - stsci.distutils @@ -35,7 +38,7 @@ requirements:      - astropy >=1.1      - fitsblender      - nictools -    - numpy x.x +    - numpy      - scipy      - stsci.convolve      - stsci.image @@ -49,9 +52,11 @@ requirements:      - pyregion      - setuptools      - python x.x +  source:      git_tag: {{ version }} -    git_url: https://github.com/spacetelescope/drizzlepac.git +    git_url: https://github.com/spacetelescope/{{ name }}.git +  test:      imports:      - drizzlepac | 
