From b4046c3cf7e7f8aaa7803d0fbdad89ba9b09b6a1 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 17:25:59 -0300 Subject: Use renamed astroconda-iraf-helpers. --- iraf-help/meta.yaml | 2 +- iraf.fitsutil/meta.yaml | 4 ++-- iraf.gemini/meta.yaml | 4 ++-- iraf.stecf/meta.yaml | 4 ++-- iraf.stsdas/meta.yaml | 4 ++-- iraf.tables/meta.yaml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/iraf-help/meta.yaml b/iraf-help/meta.yaml index 382284a..b6fad01 100644 --- a/iraf-help/meta.yaml +++ b/iraf-help/meta.yaml @@ -10,7 +10,7 @@ package: version: "2.16.UR" requirements: build: - - astroconda-build-utils # depends on PyRAF, hence why separate + - astroconda-iraf-helpers # depends on PyRAF, hence why separate - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR diff --git a/iraf.fitsutil/meta.yaml b/iraf.fitsutil/meta.yaml index efcee83..b1d2114 100644 --- a/iraf.fitsutil/meta.yaml +++ b/iraf.fitsutil/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-build-utils, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -20,7 +20,7 @@ source: - ac.iraf.fitsutil.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR diff --git a/iraf.gemini/meta.yaml b/iraf.gemini/meta.yaml index d12ec38..9ae937d 100644 --- a/iraf.gemini/meta.yaml +++ b/iraf.gemini/meta.yaml @@ -6,7 +6,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-build-utils, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -21,7 +21,7 @@ source: - ac.iraf.gemini.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR - iraf.tables - iraf.stsdas diff --git a/iraf.stecf/meta.yaml b/iraf.stecf/meta.yaml index d348cad..6c0447f 100644 --- a/iraf.stecf/meta.yaml +++ b/iraf.stecf/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-build-utils, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -18,7 +18,7 @@ source: url: http://astroconda-source:4440/stsci_iraf-3.17-local.tar.gz requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR - iraf.tables - iraf.stsdas diff --git a/iraf.stsdas/meta.yaml b/iraf.stsdas/meta.yaml index 530e6ee..fd8d9f0 100644 --- a/iraf.stsdas/meta.yaml +++ b/iraf.stsdas/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-build-utils, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -20,7 +20,7 @@ source: - ac.iraf.stsci.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR - iraf.tables run: diff --git a/iraf.tables/meta.yaml b/iraf.tables/meta.yaml index 283f6e2..5a5a36b 100644 --- a/iraf.tables/meta.yaml +++ b/iraf.tables/meta.yaml @@ -5,7 +5,7 @@ about: build: binary_relocation: False number: '0' - # These must be copied from astroconda-build-utils, since conda unhelpfully + # These must be copied from astroconda-iraf-helpers, since conda unhelpfully # disallows the post-install step from depending on other packages: always_include_files: - bin/ac_config_iraf_pkg @@ -20,7 +20,7 @@ source: - ac.iraf.stsci.patch requirements: build: - - astroconda-build-utils + - astroconda-iraf-helpers - iraf !=2.16.1,>=2.16.UR run: - iraf !=2.16.1,>=2.16.UR -- cgit