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.tools/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stsci.tools') diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 0f13f67..ab78d1f 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -15,11 +15,11 @@ requirements: - pytools - setuptools - stsci.distutils - - numpy x.x + - numpy - python x.x run: - astropy >=1.1 - - numpy x.x + - numpy - pytools - stsci.distutils - 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.tools/meta.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'stsci.tools') diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index ab78d1f..0edcb60 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -1,13 +1,21 @@ +{% set name = 'stsci.tools' %} +{% set version = '3.4.2.1' %} +{% set number = '0' %} + about: home: https://github.com/spacetelescope/stsci.tools license: GPL - summary: stsci.tools + summary: | + Collection of tools specific to STScI packages + build: - number: '0' + number: {{number}} preserve_egg_dir: 'yes' + package: - name: stsci.tools - version: 3.4.2.1 + name: {{name}} + version: {{version}} + requirements: build: - d2to1 @@ -23,8 +31,11 @@ requirements: - pytools - stsci.distutils - python x.x + source: - git_url: https://github.com/spacetelescope/stsci.tools + git_tag: {{version}} + git_url: https://github.com/spacetelescope/{{name}} + test: imports: - stsci.tools -- 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.tools/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stsci.tools') diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 0edcb60..ea5d1f7 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -9,12 +9,12 @@ about: Collection of tools specific to STScI packages build: - number: {{number}} + number: {{ number }} preserve_egg_dir: 'yes' package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} requirements: build: @@ -33,8 +33,8 @@ requirements: - python x.x source: - git_tag: {{version}} - git_url: https://github.com/spacetelescope/{{name}} + git_tag: {{ version }} + git_url: https://github.com/spacetelescope/{{ name }} 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.tools/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.tools') diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index ea5d1f7..d624bc5 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -4,7 +4,7 @@ about: home: https://github.com/spacetelescope/stsci.tools - license: GPL + license: BSD summary: | Collection of tools specific to STScI packages -- 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.tools/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stsci.tools') diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index d624bc5..dfbed26 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.tools' %} {% set version = '3.4.2.1' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/stsci.tools -- cgit