From 4fe08aedce73669d3225c8bbe8dbecc108d91133 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 20:40:40 -0500 Subject: Improve recipe uniformity --- stsci.ndimage/meta.yaml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'stsci.ndimage') 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 -- cgit