summaryrefslogtreecommitdiff
path: root/stwcs/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-10-31 22:28:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-10-31 22:28:48 -0400
commit1fed3f49e7e9b942e5a763de878ac71ef0e62f2e (patch)
treede2db65a876ccd6c3598a27b448903937aedb274 /stwcs/meta.yaml
parentc88c4ad337af07857919aedd24534dba9134ab5f (diff)
downloadastroconda-dev-1fed3f49e7e9b942e5a763de878ac71ef0e62f2e.tar.gz
Update recipe; Retained d2to1 because conda-dev wants it
Diffstat (limited to 'stwcs/meta.yaml')
-rw-r--r--stwcs/meta.yaml23
1 files changed, 14 insertions, 9 deletions
diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml
index 7140dc0..e26589c 100644
--- a/stwcs/meta.yaml
+++ b/stwcs/meta.yaml
@@ -5,30 +5,35 @@
{% 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: {{ number }}
+ number: {{number}}
+
package:
- name: {{ name }}
- version: {{ version }}
+ name: {{name}}
+ version: {{version}}
+
requirements:
build:
- d2to1
- - stsci.distutils
- - astropy
+ - astropy >=1.1
- stsci.tools
- setuptools
- numpy x.x
- python x.x
run:
- - astropy
+ - astropy >=1.1
- stsci.tools
- numpy x.x
- python x.x
+
source:
- git_url: https://github.com/spacetelescope/stwcs
+ git_url: https://github.com/spacetelescope/{{name}}.git
+
test:
imports:
- stwcs