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-hst/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stsci-hst') diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 13f5235..2649390 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -39,7 +39,7 @@ requirements: - stwcs >=1.2.3 - wfpc2tools >=1.0.3 - wfc3tools >=1.3.1 - - numpy x.x + - numpy - python x.x run: - purge_path >=1.0.0 @@ -72,5 +72,5 @@ requirements: - stwcs >=1.2.3 - wfpc2tools >=1.0.3 - wfc3tools >=1.3.1 - - numpy x.x + - numpy - python x.x -- 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-hst/meta.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'stsci-hst') diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 2649390..276db89 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,12 +1,19 @@ +{% name = 'stsci-hst' %} +{% version = '1.0.4' %} +{% number = '0' %} + about: - home: http://www.stsci.edu + home: http://ssb.stsci.edu license: BSD summary: stsci-hst meta-package + build: - number: '0' + number: {{number}} + package: - name: stsci-hst - version: 1.0.4 + name: {{name}} + version: {{version}} + requirements: build: - purge_path >=1.0.0 -- 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-hst/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stsci-hst') diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 276db89..84ae7f9 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -8,11 +8,11 @@ about: summary: stsci-hst meta-package build: - number: {{number}} + number: {{ number }} package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: -- 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-hst/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci-hst') diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 84ae7f9..9c48d0f 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,5 +1,5 @@ {% name = 'stsci-hst' %} -{% version = '1.0.4' %} +{% version = '2.0.0' %} {% number = '0' %} about: -- cgit