diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-31 15:04:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-31 15:04:07 -0400 |
commit | a81f18979188ba7b5a4c60be2fe0a48125e1212f (patch) | |
tree | 22d4d39a09d1b981b705d21c72557641e52baae4 /stwcs/meta.yaml | |
parent | 7807b1121eac7be245b93645dae92e3ad76bcdb7 (diff) | |
download | astroconda-contrib-a81f18979188ba7b5a4c60be2fe0a48125e1212f.tar.gz |
Update stwcs -> 1.2.4 (#86)
Diffstat (limited to 'stwcs/meta.yaml')
-rw-r--r-- | stwcs/meta.yaml | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index cb720b0..f9dccdb 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,16 +1,23 @@ +{% set name = 'stwcs' %} +{% set version = '1.2.4' %} +{% set number = '0' %} + about: - home: https://github.com/spacetelescope/stwcs + home: https://github.com/spacetelescope/{{name}} license: BSD - summary: stwcs + summary: | + WCS based distortion models and coordinate transformation + build: - number: '0' + number: {{number}} + package: - name: stwcs - version: 1.2.3 + name: {{name}} + version: {{version}} + requirements: build: - astropy >=1.1 - - stsci.distutils - stsci.tools - setuptools - numpy x.x @@ -20,8 +27,11 @@ requirements: - stsci.tools - numpy x.x - python x.x + source: - git_url: https://github.com/spacetelescope/stwcs + git_tag: {{version}} + git_url: https://github.com/spacetelescope/{{name}}.git + test: imports: - stwcs |