diff options
Diffstat (limited to 'pandeia-thirdparty/pandeia-thirdparty.ini')
-rw-r--r-- | pandeia-thirdparty/pandeia-thirdparty.ini | 56 |
1 files changed, 56 insertions, 0 deletions
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" |