blob: 07007cb1f31334de3f1802e41a8808650dca52a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# A meta-package including PyRAF and any external IRAF-style packages that
# require it (and therefore don't belong in iraf-all).
#
# Since the kepler package has not been ported to Python 3, this currently only
# installs pyraf, but remains here for backwards compatibility and just in case
# any pyraf packages are added later. It also ensures that iraf gets installed,
# without which pyraf is fairly useless.
package:
name: pyraf-all
version: "1.1"
build:
number: '0'
noarch: generic
about:
home: http://www.stsci.edu/institute/software_hardware/pyraf
license: various (see individual packages)
summary: PyRAF and the external IRAF-style packages that require it
requirements:
run:
- iraf !=2.16.1,>=2.16.UR # should this be iraf-all, to get everything?
- python >=3.7 # py 2 should continue using v1.0 with kepler
- pyraf >=2.2.1
|