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 --- wfpc2tools/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wfpc2tools') diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index c6627c6..ee2f6a9 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -16,14 +16,14 @@ requirements: - stsci.imagestats - stsci.tools - setuptools - - numpy x.x + - numpy - python x.x run: - astropy >=1.1 - scipy - stsci.imagestats - stsci.tools - - numpy x.x + - numpy - python x.x source: git_url: https://github.com/spacetelescope/wfpc2tools -- 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 --- wfpc2tools/meta.yaml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'wfpc2tools') diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index ee2f6a9..ce444a2 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -1,12 +1,20 @@ +{% set name = 'wfpc2tools' %} +{% set version = '1.0.3' %} +{% set number = '0' %} + about: - home: http:// + home: https://github.com/spacetelescope/{{name}} license: BSD - summary: wfpc2tools + summary: | + Tools for use with WFPC2 (Wide Field and Planetary Camera 2) + build: - number: '0' + number: {{number}} + package: - name: wfpc2tools - version: 1.0.3 + name: {{name}} + version: {{version}} + requirements: build: - d2to1 @@ -25,8 +33,10 @@ requirements: - stsci.tools - numpy - python x.x + source: - git_url: https://github.com/spacetelescope/wfpc2tools + git_url: https://github.com/spacetelescope/{{name}}.git + test: imports: - wfpc2tools -- 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 --- wfpc2tools/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wfpc2tools') diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index ce444a2..255f30d 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -3,17 +3,17 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{name}} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: | Tools for use with WFPC2 (Wide Field and Planetary Camera 2) build: - number: {{number}} + number: {{ number }} package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -35,7 +35,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 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 --- wfpc2tools/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wfpc2tools') diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index 255f30d..8cc9422 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'wfpc2tools' %} {% set version = '1.0.3' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} -- cgit