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 --- astrolib.coords/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'astrolib.coords/meta.yaml') diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index 9c8a9d0..1767300 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -2,20 +2,20 @@ about: home: https://github.com/spacetelescope/astrolib.coords.git license: BSD summary: astrolib.coords -build: - number: '0' package: name: astrolib.coords version: 0.39.6 +build: + number: '0' requirements: build: - d2to1 - stsci.distutils - setuptools - - numpy x.x + - numpy - python x.x run: - - numpy x.x + - numpy - python x.x source: git_tag: 0.39.6 -- 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 --- astrolib.coords/meta.yaml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'astrolib.coords/meta.yaml') diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index 1767300..c6ef989 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -1,12 +1,19 @@ +{% set name = 'astrolib.coords' %} +{% set version = '0.39.6' %} +{% set number = '0' %} + about: - home: https://github.com/spacetelescope/astrolib.coords.git + home: https://github.com/spacetelescope/{{name}} license: BSD - summary: astrolib.coords + summary: Astronomical coordinates & angular separations + package: - name: astrolib.coords - version: 0.39.6 + name: {{name}} + version: {{version}} + build: - number: '0' + number: {{number}} + requirements: build: - d2to1 @@ -17,9 +24,11 @@ requirements: run: - numpy - python x.x + source: - git_tag: 0.39.6 - git_url: https://github.com/spacetelescope/astrolib.coords.git/ + git_tag: {{version}} + git_url: https://github.com/spacetelescope/{{name}}.git + test: imports: - astrolib.coords -- 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 --- astrolib.coords/meta.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'astrolib.coords/meta.yaml') diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index c6ef989..0df1a89 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -3,16 +3,16 @@ {% set number = '0' %} about: - home: https://github.com/spacetelescope/{{name}} + home: https://github.com/spacetelescope/{{ name }} license: BSD summary: Astronomical coordinates & angular separations package: - name: {{name}} - version: {{version}} + name: {{ name }} + version: {{ version }} build: - number: {{number}} + number: {{ number }} requirements: build: @@ -26,8 +26,8 @@ requirements: - python x.x source: - git_tag: {{version}} - git_url: https://github.com/spacetelescope/{{name}}.git + git_tag: {{ version }} + 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 --- astrolib.coords/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astrolib.coords/meta.yaml') diff --git a/astrolib.coords/meta.yaml b/astrolib.coords/meta.yaml index 0df1a89..abb2c81 100644 --- a/astrolib.coords/meta.yaml +++ b/astrolib.coords/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'astrolib.coords' %} {% set version = '0.39.6' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} -- cgit