From 3b006f1563a48fc879d21237aac8a52b177bfccf Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 16:52:03 -0300 Subject: Moved astroconda-build-utils to astroconda github org and renamed to astroconda-iraf-helpers. --- astroconda-iraf-helpers/meta.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 astroconda-iraf-helpers/meta.yaml (limited to 'astroconda-iraf-helpers/meta.yaml') diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml new file mode 100644 index 0000000..e5a4a2b --- /dev/null +++ b/astroconda-iraf-helpers/meta.yaml @@ -0,0 +1,18 @@ +about: + home: https://github.com/jehturner/astroconda-iraf-helpers + license: BSD + summary: Utilities to help build and install AstroConda packages +build: + binary_relocation: True + #detect_binary_files_with_prefix: False [osx] + number: '0' +package: + name: astroconda-iraf-helpers + version: "0.1" +source: + git_url: https://github.com/astroconda/astroconda-iraf-helpers.git +requirements: + run: + - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 + - pyraf + -- cgit From f78a281784e8d1ab66a32fffdb19d3de50cf5c69 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Wed, 12 Oct 2016 21:09:35 -0300 Subject: Also update home URL from jehturner to astroconda. --- astroconda-iraf-helpers/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astroconda-iraf-helpers/meta.yaml') diff --git a/astroconda-iraf-helpers/meta.yaml b/astroconda-iraf-helpers/meta.yaml index e5a4a2b..6cbb845 100644 --- a/astroconda-iraf-helpers/meta.yaml +++ b/astroconda-iraf-helpers/meta.yaml @@ -1,5 +1,5 @@ about: - home: https://github.com/jehturner/astroconda-iraf-helpers + home: https://github.com/astroconda/astroconda-iraf-helpers license: BSD summary: Utilities to help build and install AstroConda packages build: -- cgit