aboutsummaryrefslogtreecommitdiff
path: root/pyraf-all
diff options
context:
space:
mode:
authorJames E.H. Turner <jturner@gemini.edu>2017-12-18 16:12:58 -0500
committerJames E.H. Turner <jturner@gemini.edu>2017-12-18 16:12:58 -0500
commitbee4c6c5810bff605472b0b056495e79d05caa7d (patch)
tree9324ebf48167d31f81f5b569716334b2c2ffc709 /pyraf-all
parentc176c5423e63b0804a9a32266d901fc75468e32e (diff)
downloadastroconda-iraf-bee4c6c5810bff605472b0b056495e79d05caa7d.tar.gz
Long-uncommitted change to include pyraf.kepler only for Python 2.7 (the existing meta-packages were built with this version; it just wasn't checked in).
Diffstat (limited to 'pyraf-all')
-rw-r--r--pyraf-all/meta.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyraf-all/meta.yaml b/pyraf-all/meta.yaml
index 80eb11f..14ce986 100644
--- a/pyraf-all/meta.yaml
+++ b/pyraf-all/meta.yaml
@@ -15,10 +15,12 @@ package:
requirements:
build:
- iraf !=2.16.1,>=2.16.UR # external pkgs here need the ".UR" build
+ - python # needed just to get py2/3-specific builds
- pyraf
- - pyraf.kepler
+ - pyraf.kepler # [py2k]
run:
- iraf !=2.16.1,>=2.16.UR # should this be iraf-all, to get everything?
+ - python
- pyraf
- - pyraf.kepler
+ - pyraf.kepler # [py2k] # the authors only support Py 2, as of May 2017