software.cfg 3.69 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
Jérome Perrin's avatar
Jérome Perrin committed
11 12
parts =
  slapos-cookbook
13
  ipython-notebook
14
  instance-jupyter
Jérome Perrin's avatar
Jérome Perrin committed
15

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

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

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

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

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

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

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

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

61
[instance-jupyter]
62 63 64 65
recipe = slapos.recipe.template:jinja2
template = ${:_profile_base_location_}/instance.cfg.in
rendered = ${buildout:directory}/template.cfg
mode = 0644
66
md5sum = 26a28b74c8b18c92108c751b87abe80c
67 68 69 70 71
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
72
  key python_executable python2.7:executable
73 74 75 76
  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
77 78 79 80 81 82
  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
Jérome Perrin's avatar
Jérome Perrin committed
83 84

[versions]
85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
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
ipywidgets = 5.2.2
jupyter-client = 4.1.1
jupyter-core = 4.0.6
matplotlib = 2.0.0
mistune = 0.7.3
notebook = 4.4.1
pandas = 0.19.2
patsy = 0.4.1
Jérome Perrin's avatar
Jérome Perrin committed
101
plone.recipe.command = 1.1
102 103 104 105 106 107 108 109 110 111 112 113 114
prompt-toolkit = 1.0.13
ptyprocess = 0.5.1
pyzmq = 16.0.2
scikit-learn = 0.18.1
scipy = 0.18.1
seaborn = 0.7.1
simplegeneric = 0.8.1
slapos.recipe.template = 2.10
statsmodels = 0.8.0
terminado = 0.6
tornado = 4.4.2
traitlets = 4.3.2
widgetsnbextension = 1.2.6
Jérome Perrin's avatar
Jérome Perrin committed
115 116

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

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

# Required by:
126 127 128
# nbconvert==4.1.0
# notebook==4.4.1
nbformat = 4.3.0
129 130

# Required by:
131 132
# patsy==0.4.1
numpy = 1.12.0
133 134

# Required by:
135 136
# ipython==5.3.0
pathlib2 = 2.2.1
137 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

# Required by:
156 157
# tornado==4.4.2
singledispatch = 3.4.0.3
158 159

# Required by:
160 161
# matplotlib==2.0.0
subprocess32 = 3.2.7
162 163

# Required by:
164 165
# prompt-toolkit==1.0.13
wcwidth = 0.1.7