blob: 1f01a86a68cc5fbf3fe26409535f81975419c408 (
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
61
62
63
64
65
66
67
68
69
70
71
72
|
[package]
name : stsci
version : 1.8
[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 : 1
[requirements]
build :
${requirements:run}
run :
#This will pull in major packages (including crds)
#In the future, this package will only provide only
#consolidated meta-packages... Slowly but surely!
#STScI Python (aka HST)
stsci-hst [py27 or py3k]
#STScI Data Analysis tools
stsci-data-analysis [py27 or py3k]
#STScI
astropy >=1.1 [py3k]
astropy >=1.1 [py27]
cfitsio
d2to1 [py3k]
d2to1 [py27]
ds9
fftw
htc_utils [py3k]
htc_utils [py27]
imexam [py3k]
imexam [py27]
#photutils [py3k]
#photutils [py27]
poppy [py3k]
poppy [py27]
purge_path [py3k]
purge_path [py27]
pyfftw [py3k]
pyfftw [py27]
webbpsf [py3k]
webbpsf [py27]
#Standard
numpy [py3k]
numpy [py27]
python [py3k]
python [py27]
[test]
imports :
commands :
[cbc_build]
linux :
echo "meta-package"
windows :
echo "meta-package"
|