From f74904641a615ba94e5b05a2c2d196f2b2fb481f Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 25 Apr 2019 12:19:35 -0400 Subject: Add recipe for public dragons package (based on the astroconda-gemini-internal one) and include it in the gemini meta-package. --- gemini/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gemini') diff --git a/gemini/meta.yaml b/gemini/meta.yaml index 3af7cc9..dbec6e8 100644 --- a/gemini/meta.yaml +++ b/gemini/meta.yaml @@ -4,10 +4,10 @@ about: license: BSD & (for Gemini IRAF) non-commercial use summary: Collection of Gemini data reduction packages (meta-package) build: - number: '1' + number: '0' package: name: gemini - version: 1.0 + version: 2.0 requirements: # Building this meta-package separately for every python version should # allow us to generate all its constituent packages by listing them as @@ -20,14 +20,14 @@ requirements: # build: # - python x.x # - iraf.gemini >1 - # # - gemini_python >1 + # # - dragons >1 # - disco_stu >1 # Let these versions float so users can "update" them individually, but # avoid picking up internal versions from the gemini channel (the matching # logic considers numbers greater than letters). run: - # - python x.x + # - python x.x # meta package need not be tied to a Python ver. - iraf.gemini >1 - # - gemini_python >1 + - dragons >1 - disco_stu >1 -- cgit