blob: 20cfb1cd93fb0fc43e6bb0f7c691d61d00e30fc8 (
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
[package]
name : stsci
version : 0.1
[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 :
#STScI
acstools
asdf-standard
astrolib.coords
astropy
astropy-helpers
calcos
cfitsio
d2to1
drizzle [py27]
ds9
fftw
fitsblender
hstcal
htc_utils
imexam
nictools
photutils
poppy
purge_path
pyasdf
pydrizzle
pyfftw
pyfits
#pyqtgraph #issues with building
pysynphot [py27]
pywcs
reftools [py27]
stistools
stsci.convolve
stsci.distutils
stsci.image
stsci.imagemanip
stsci.imagestats
stsci.ndimage
stsci.sphinxext
stsci.stimage
stsci.tools
stwcs
webbpsf
wfpc2tools
wfc3tools
#3rd-party
atlas-generic
sextractor-generic
#Standard
anaconda
python ==2.7
numpy ==1.9
[test]
imports :
commands :
[cbc_build]
linux :
echo "meta-package"
windows :
echo "meta-package"
|