blob: f7b841103e41439b1764cea0f18fca0cbbabc79c (
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
|
[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"
|