aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Turner <jturner@gemini.edu>2016-12-29 15:03:33 -0500
committerJames Turner <jturner@gemini.edu>2016-12-29 15:03:33 -0500
commit710af15314c189458426039b3fc7c296b8c18686 (patch)
tree2547a6d4667767edfce6dd8c5b623426a6610bbb
parenteef45eb380753e190ab5435f7fb369ef572715c5 (diff)
downloadastroconda-iraf-710af15314c189458426039b3fc7c296b8c18686.tar.gz
Add a draft pyraf-all package (which isn't really useful until the pyraf.kepler package is working).
-rw-r--r--pyraf-all/meta.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pyraf-all/meta.yaml b/pyraf-all/meta.yaml
new file mode 100644
index 0000000..80eb11f
--- /dev/null
+++ b/pyraf-all/meta.yaml
@@ -0,0 +1,24 @@
+# A meta-package including PyRAF and any external IRAF-style packages that
+# require it (and therefore don't belong in iraf-all).
+#
+# Currently this is not really useful, since the kepler package is broken.
+
+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
+build:
+ number: '0'
+package:
+ name: pyraf-all
+ version: "1.0"
+requirements:
+ build:
+ - iraf !=2.16.1,>=2.16.UR # external pkgs here need the ".UR" build
+ - pyraf
+ - pyraf.kepler
+ run:
+ - iraf !=2.16.1,>=2.16.UR # should this be iraf-all, to get everything?
+ - pyraf
+ - pyraf.kepler
+