aboutsummaryrefslogtreecommitdiff
path: root/pandeia-thirdparty
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-01-12 22:36:37 -0500
committerJoseph Hunkeler <jhunk@stsci.edu>2016-01-12 22:36:37 -0500
commit7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9 (patch)
tree7ea9efcb5b1cd0d0f4e72d1f790784417e638045 /pandeia-thirdparty
parent5b4a787144468680c6239ea5db1361d163933071 (diff)
downloadcbc-recipes-7d1ee75af89b3e65c2ef1de8a0a32c92ab4b11b9.tar.gz
Initial commit (mostly pandeia related)
Diffstat (limited to 'pandeia-thirdparty')
-rw-r--r--pandeia-thirdparty/pandeia-thirdparty.ini56
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"