aboutsummaryrefslogtreecommitdiff
path: root/pandeia-thirdparty/pandeia-thirdparty.ini
blob: 5b29bd90dfb1cede00258ee8101cb7e1b95583ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[package]
name : pandeia-thirdparty
version : 1.1.3

[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 ==0.2.1
    ws4py
    ext_shmht
    traceback2
    mechanize
    pysynphot
    ginga
    photutils
    fftw
    pyfftw
    selenium >=2.44.0
    
    tornado ==3.2.2
    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"