From 7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 12 Jan 2016 22:36:37 -0500 Subject: Initial commit (mostly pandeia related) --- pandeia-thirdparty/pandeia-thirdparty.ini | 56 +++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pandeia-thirdparty/pandeia-thirdparty.ini (limited to 'pandeia-thirdparty') diff --git a/pandeia-thirdparty/pandeia-thirdparty.ini b/pandeia-thirdparty/pandeia-thirdparty.ini new file mode 100644 index 0000000..f7b8411 --- /dev/null +++ b/pandeia-thirdparty/pandeia-thirdparty.ini @@ -0,0 +1,56 @@ +[package] +name : pandeia-thirdparty +version : 1.0 + +[about] +home : http://stsci.edu +license : BSD +summary : ${package:name} meta-package + +[source] +#fn : ${package:name}-${package:version}.tar.gz +#url : ${about:home}/${fn} + +[build] +number : 0 + +[requirements] +build : + ${requirements:run} +run : + d2to1 + astropy >=1.1 + pandokia + yolk + parsley + sphinx_rtd_theme + sphinxcontrib-programoutput + threading2 + ws4py + ext_shmht + traceback2 + mechanize + pysynphot + ginga + photutils + + jupyter + jupyter_client + ipython-notebook + python + +[test] +imports : + # Nothing to test + + +[cbc_build] +linux : + if [[ $$PY3K != 0 ]]; then + echo "Pandeia does not support Python 3k, sorry." + exit 255 + fi + echo "meta-package" + +windows : + echo "meta-package" -- cgit