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-build-utils/meta.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 astroconda-build-utils/meta.yaml (limited to 'astroconda-build-utils/meta.yaml') diff --git a/astroconda-build-utils/meta.yaml b/astroconda-build-utils/meta.yaml deleted file mode 100644 index cff4145..0000000 --- a/astroconda-build-utils/meta.yaml +++ /dev/null @@ -1,18 +0,0 @@ -about: - home: https://github.com/jehturner/astroconda-build-utils - 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-build-utils - version: "0.1" -source: - git_url: https://github.com/jehturner/astroconda-build-utils.git -requirements: - run: - - iraf !=2.16.1,>=2.16.UR # conda oddly considers 2.16.1 > 2.16.UR/UR_2.16 - - pyraf - -- cgit