diff options
author | James Turner <jturner@gemini.edu> | 2017-03-23 16:53:58 -0400 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2017-03-23 16:53:58 -0400 |
commit | 182c325fb66d242909ff51ac0e649d0c878dad5f (patch) | |
tree | bcc5362953c1eb560b1ba60f8f33a259d3d32e88 /astroconda-iraf-helpers | |
parent | 59a5f135c925403fbd525f7cbce93657cde57a5c (diff) | |
download | astroconda-iraf-182c325fb66d242909ff51ac0e649d0c878dad5f.tar.gz |
Update IRAF package build versions for an astroconda-iraf-helpers change that doesn't announce a string of extern.pkg updates for each package.
Diffstat (limited to 'astroconda-iraf-helpers')
-rw-r--r-- | astroconda-iraf-helpers/meta.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml index aa143da..132dee3 100644 --- a/astroconda-iraf-helpers/meta.yaml +++ b/astroconda-iraf-helpers/meta.yaml @@ -8,16 +8,14 @@ build: number: '0' package: name: astroconda-iraf-helpers - version: "0.1" + version: "0.1.1" source: git_url: https://github.com/astroconda/astroconda-iraf-helpers.git requirements: run: - iraf !=2.16.1,>=2.16.UR # conda considers 2.16.1 > 2.16.UR/UR_2.16 - # PyRAF is needed by scripts/make_iraf_help, but we're trying to replace - # that with $iraf/make_help, so these are commented out to avoid pulling in - # masses of unnecessary Python build dependencies for every IRAF package: - # - python x.x # (needed to allow forcing 2.7 on command line) - # - pyraf + # PyRAF is needed by scripts/make_iraf_help, but that is now deprecated in + # favour of $iraf/make_help, so python & pyraf been removed here, to avoid + # pulling in masses of unnecessary build deps for every IRAF package. |