software.cfg 3.8 KB
Newer Older
Jérome Perrin's avatar
Jérome Perrin committed
1 2 3 4 5 6 7 8 9
[buildout]
versions = versions
extends = 
  ../../stack/slapos.cfg
  ../../component/ipython/buildout.cfg
  ../../component/scipy/buildout.cfg
  ../../component/scikit-learn/buildout.cfg
  ../../component/pandas/buildout.cfg
  ../../component/openssl/buildout.cfg
10
  ../../component/seaborn/buildout.cfg
11
  ../../stack/monitor/buildout.cfg
Jérome Perrin's avatar
Jérome Perrin committed
12 13
parts =
  slapos-cookbook
14
  ipython-notebook
15
  instance-jupyter
Jérome Perrin's avatar
Jérome Perrin committed
16

17
[ipython-notebook]
Jérome Perrin's avatar
Jérome Perrin committed
18 19 20
; In the ipython notebook software, we use more eggs than in the minimal
; ipython notebook component
eggs +=
Ayush Tiwari's avatar
Ayush Tiwari committed
21
  requests
22
  astor
Jérome Perrin's avatar
Jérome Perrin committed
23 24 25 26
  ${scipy:egg}
  ${pandas:egg}
  ${scikit-learn:egg}

27 28 29 30
  ${seaborn:egg}
  ${statsmodels:egg}
  patsy

31
[download-file-base]
32
recipe = slapos.recipe.build:download
Jérome Perrin's avatar
Jérome Perrin committed
33 34 35 36
url = ${:_profile_base_location_}/template/${:filename}
download-only = true
mode = 0644

37 38 39
[ipython-notebook-config]
<= download-file-base
filename = ipython_notebook_config.py.jinja
40
md5sum = 95a76a80718e2a933dd4854dcf9a4a65
41

42
[ipython-notebook-set-password]
43
<= download-file-base
44
filename = ipython_set_password.cgi.jinja
45
md5sum = d7d4a7e19d55bf14007819258bf42100
Jérome Perrin's avatar
Jérome Perrin committed
46

Ayush Tiwari's avatar
Ayush Tiwari committed
47 48 49
[erp5-kernel]
<= download-file-base
filename = ERP5kernel.py.jinja
50
md5sum = f7be6c3ef9cdfaaea3b8756895a22081
Ayush Tiwari's avatar
Ayush Tiwari committed
51 52 53 54 55 56 57 58 59

[kernel-json]
<= download-file-base
filename = kernel.json.jinja
md5sum = ab6e78ea20855e07d388b5b86d1770fe

[custom-js]
<= download-file-base
filename = custom.js.jinja
60
md5sum = 584aa839aa20263ba885537b74c83abd
Ayush Tiwari's avatar
Ayush Tiwari committed
61

62
[instance-jupyter]
63 64 65 66
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
rendered = ${buildout:directory}/template.cfg
mode = 0644
67
md5sum = 43cfed9b2dde36265ed48211b42a70dd
68 69 70 71 72
context =
  key bin_directory buildout:bin-directory
  key develop_eggs_directory buildout:develop-eggs-directory
  key eggs_directory buildout:eggs-directory
  key openssl_output openssl-output:openssl
Ayush Tiwari's avatar
Ayush Tiwari committed
73
  key python_executable python2.7:executable
74 75 76 77
  key ipython_notebook_config_location ipython-notebook-config:location
  key ipython_notebook_config_filename ipython-notebook-config:filename
  key ipython_notebook_set_password_location ipython-notebook-set-password:location
  key ipython_notebook_set_password_filename ipython-notebook-set-password:filename
Ayush Tiwari's avatar
Ayush Tiwari committed
78 79 80 81 82 83
  key erp5_kernel_location erp5-kernel:location
  key erp5_kernel_filename erp5-kernel:filename
  key kernel_json_location kernel-json:location
  key kernel_json_filename kernel-json:filename
  key custom_js_location custom-js:location
  key custom_js_filename custom-js:filename
84
  key monitor_template_rendered buildout:directory
Jérome Perrin's avatar
Jérome Perrin committed
85 86

[versions]
87 88 89 90 91 92 93 94
Pygments = 2.2.0
astor = 0.5
backports-abc = 0.5
backports.shutil-get-terminal-size = 1.0.0
cycler = 0.10.0
ipykernel = 4.5.2
ipython = 5.3.0
ipython-genutils = 0.1.0
95 96 97
ipywidgets = 6.0.0
jupyter-client = 5.0.0
jupyter-core = 4.3.0
98 99
matplotlib = 2.0.0
mistune = 0.7.3
100
nbformat = 4.3.0
101 102
notebook = 4.4.1
pandas = 0.19.2
Jérome Perrin's avatar
Jérome Perrin committed
103
plone.recipe.command = 1.1
104 105 106 107 108 109
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
pyzmq = 16.0.2
scikit-learn = 0.18.1
seaborn = 0.7.1
simplegeneric = 0.8.1
110
slapos.recipe.template = 3.0
111 112 113 114
statsmodels = 0.8.0
terminado = 0.6
tornado = 4.4.2
traitlets = 4.3.2
115
widgetsnbextension = 2.0.0
Jérome Perrin's avatar
Jérome Perrin committed
116 117

# Required by:
118 119
# tornado==4.4.2
certifi = 2017.1.23
Jérome Perrin's avatar
Jérome Perrin committed
120 121

# Required by:
122 123 124
# notebook==4.3.2
# nbconvert 4.2.0 depends on entrypoints egg that is not available as tar/zip source.
nbconvert = 4.1.0
125 126

# Required by:
127 128
# patsy==0.4.1
numpy = 1.12.0
129 130

# Required by:
131 132
# ipython==5.3.0
pathlib2 = 2.2.1
133

134 135 136 137
# Required by:
# statsmodels==0.8.0
patsy = 0.4.1

138
# Required by:
139 140
# ipython==5.3.0
pexpect = 4.2.1
141 142

# Required by:
143 144
# ipython==5.3.0
pickleshare = 0.7.4
145 146

# Required by:
147 148 149
# matplotlib==2.0.0
# pandas==0.19.2
python-dateutil = 2.6.0
150 151

# Required by:
152 153
# pathlib2==2.2.1
scandir = 1.5
154

155 156 157 158
# Required by:
# statsmodels==0.8.0
scipy = 0.19.0

159
# Required by:
160 161
# tornado==4.4.2
singledispatch = 3.4.0.3
162 163

# Required by:
164 165
# matplotlib==2.0.0
subprocess32 = 3.2.7
166 167

# Required by:
168 169
# prompt-toolkit==1.0.13
wcwidth = 0.1.7