diff options
author | Megan Sosey <sosey@stsci.edu> | 2016-10-04 14:08:16 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-04 14:08:16 -0400 |
commit | fbc28c9bcd6fb5f63639999e65ceb3fc050c7b23 (patch) | |
tree | e319eda58fc65bedfa09233d7fd5166116873398 /wfc3tools/meta.yaml | |
parent | 6227891a0a3f530e2f8a7ea5a0cf61860b56b434 (diff) | |
download | astroconda-contrib-fbc28c9bcd6fb5f63639999e65ceb3fc050c7b23.tar.gz |
update wfc3tools to 1.3.3 (#65)
* update wfc3tools to 1.3.3
* updated yaml file to the new format
* just requre import of package for test
* removed d2to1 statments from build
Diffstat (limited to 'wfc3tools/meta.yaml')
-rw-r--r-- | wfc3tools/meta.yaml | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index 23c6c12..5804666 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -1,33 +1,35 @@ +{% set name = 'wfc3tools' %} +{% set version = '1.3.3' %} +{% set number = '0' %} + about: - home: http:// + home: https://github.com/spacetelescope/{{ name }} license: BSD - summary: wfc3tools + summary: For analyzing and calibrating HST-WFC3 data build: - number: '0' + number: {{ number }} package: - name: wfc3tools - version: 1.3.1 + name: {{ name }} + version: {{ version }} requirements: build: - - d2to1 - - stsci.distutils - - stsci.tools - astropy >=1.1 - - matplotlib - numpy x.x - - scipy - setuptools - python x.x - run: + - matplotlib + - scipy - stsci.tools + run: - astropy >=1.1 - - matplotlib - numpy x.x - - scipy - python x.x + - stsci.tools + - matplotlib + - scipy source: - git_tag: 1.3.1 - git_url: https://github.com/spacetelescope/wfc3tools + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: - wfc3tools |