aboutsummaryrefslogtreecommitdiff
path: root/astroconda-iraf-helpers/meta.yaml
blob: 03cf03bd0afc1d4b68474b10532adec869e0a0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
about:
    home: https://github.com/astroconda/astroconda-iraf-helpers
    license: BSD
    summary: Utilities to help build and install AstroConda IRAF packages
build:
    number: '0'
package:
    name: astroconda-iraf-helpers
    version: "0.2.0"
source:
    git_url: https://github.com/astroconda/astroconda-iraf-helpers.git
    git_tag: v0.2.0
requirements:
    run:
    - iraf !=2.16.1,>=2.16.UR  # conda considers 2.16.1 > 2.16.UR/UR_2.16

    # Dependencies on python & pyraf for building help have been removed here,
    # avoiding pulling in a lot of unnecessary packages for every IRAF package.