From a32e82dd68e48216723ab26caeca2d07efc52aa6 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 29 Sep 2016 12:39:27 -0300 Subject: Rename astroconda-utils to astroconda-build-utils. --- astroconda-utils/meta.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 astroconda-utils/meta.yaml (limited to 'astroconda-utils/meta.yaml') diff --git a/astroconda-utils/meta.yaml b/astroconda-utils/meta.yaml deleted file mode 100644 index 9a84ac3..0000000 --- a/astroconda-utils/meta.yaml +++ /dev/null @@ -1,18 +0,0 @@ -about: - home: https://github.com/jehturner/astroconda-utils - license: BSD - summary: Build and run time utilities for AstroConda -build: - binary_relocation: True - #detect_binary_files_with_prefix: False [osx] - number: '0' -package: - name: astroconda-utils - version: "0.1" -source: - git_url: https://github.com/jehturner/astroconda-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