summaryrefslogtreecommitdiff
path: root/stsci.ndimage
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-11-29 20:40:40 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-12-13 16:04:15 -0500
commit4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch)
tree40c7605c472951fa0e3ef7aa910c7b8a4606c45d /stsci.ndimage
parentd53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff)
downloadastroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz
Improve recipe uniformity
Diffstat (limited to 'stsci.ndimage')
-rw-r--r--stsci.ndimage/meta.yaml23
1 files changed, 17 insertions, 6 deletions
diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml
index aa1efc8..5aa8a2d 100644
--- a/stsci.ndimage/meta.yaml
+++ b/stsci.ndimage/meta.yaml
@@ -1,13 +1,22 @@
+{% name = 'stsci.ndimage' %}
+{% version = '0.10.1' %}
+{% number = '0' %}
+
about:
- home: https://github.com/embray/stsci.ndimage
+ home: https://github.com/spacetelescope/{{name}}
license: GPL
- summary: stsci.ndimage
+ summary: |
+ Various functions for multi-dimensional image processing
+ --fork of scipy.ndimage
+
build:
- number: '0'
+ number: {{number}}
preserve_egg_dir: 'yes'
+
package:
- name: stsci.ndimage
- version: 0.10.1
+ name: {{name}}
+ version: {{version}}
+
requirements:
build:
- d2to1
@@ -20,8 +29,10 @@ requirements:
- astropy >=1.1
- numpy
- python x.x
+
source:
- git_url: https://github.com/spacetelescope/stsci.ndimage
+ git_url: https://github.com/spacetelescope/{{name}}.git
+
test:
imports:
- stsci.ndimage