From d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 14:42:29 -0500 Subject: Remove numpy locks --- stsci.ndimage/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stsci.ndimage') diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 86315c7..aa1efc8 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -14,11 +14,11 @@ requirements: - stsci.distutils - setuptools - astropy >=1.1 - - numpy x.x + - numpy - python x.x run: - astropy >=1.1 - - numpy x.x + - numpy - python x.x source: git_url: https://github.com/spacetelescope/stsci.ndimage -- cgit 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 From f5f2cdfa9b94ae96f2c312758cdb87dcf74b2c4d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Dec 2016 13:54:28 -0500 Subject: Revert spaces around jinja2 variables --- stsci.ndimage/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stsci.ndimage') diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 5aa8a2d..96d7167 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -3,19 +3,19 @@ {% number = '0' %} about: - home: https://github.com/spacetelescope/{{name}} + home: https://github.com/spacetelescope/{{ name }} license: GPL summary: | Various functions for multi-dimensional image processing --fork of scipy.ndimage build: - number: {{number}} + number: {{ number }} preserve_egg_dir: 'yes' package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -31,7 +31,7 @@ requirements: - python x.x source: - git_url: https://github.com/spacetelescope/{{name}}.git + git_url: https://github.com/spacetelescope/{{ name }}.git test: imports: -- cgit From 665a764b67153f7ed94ac472004ef5bf8ca06683 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 6 Dec 2016 15:29:54 -0500 Subject: Fix licenses --- stsci.ndimage/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.ndimage') diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 96d7167..0bdbd45 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/{{ name }} - license: GPL + license: BSD summary: | Various functions for multi-dimensional image processing --fork of scipy.ndimage -- cgit From ae68d66ae8cab18227fa65ba783f4d58ff7f9276 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 13 Dec 2016 15:31:37 -0500 Subject: Bump build numbers and meta-package versions --- stsci.ndimage/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.ndimage') diff --git a/stsci.ndimage/meta.yaml b/stsci.ndimage/meta.yaml index 0bdbd45..7a8f0e8 100644 --- a/stsci.ndimage/meta.yaml +++ b/stsci.ndimage/meta.yaml @@ -1,6 +1,6 @@ {% name = 'stsci.ndimage' %} {% version = '0.10.1' %} -{% number = '0' %} +{% number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} -- cgit