blob: 0d7819ee6309ecee84030238928ff6ca5630622d (
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
|
[package]
name : stsci-hst
version : 1.0.0
[about]
home : http://www.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 :
# Extra
purge_path >=0.0.1
# HST
acstools ==2.0.0
astrolib.coords ==0.39.6
astropy >=1.1
calcos ==3.1.3
costools ==1.2.1
crds ==0.0.0
d2to1 ==0.2.12
drizzlepac ==2.1.3
fitsblender ==0.2.6
hstcal ==1.0.0
nictools ==1.1.3
pyregion ==1.1.2
pysynphot ==0.9.8.2
pywcs ==1.12.1
reftools ==1.7.1
stistools ==1.1
stsci.convolve ==2.1.3
stsci.distutils ==0.3.8
stsci.image ==2.2.0
stsci.imagemanip ==1.1.2
stsci.imagestats ==1.4.1
stsci.ndimage ==0.10.1
stsci.numdisplay ==1.6.1
stsci.sphinxext ==1.2.2
stsci.stimage ==0.2.1
stsci.skypac ==0.9
stsci.sphere ==0.2
stsci.tools ==3.4.1
stwcs ==1.2.3
wfpc2tools ==1.0.3
wfc3tools ==1.3.1
#Standard
numpy x.x
python x.x
[test]
imports :
commands :
[cbc_build]
linux :
echo "meta-package"
windows :
echo "meta-package"
|