software.cfg 3.46 KB
Newer Older
Jérome Perrin's avatar
Jérome Perrin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[buildout]
versions = versions
extends = 
  ../../stack/slapos.cfg
  ../../stack/monitor/buildout.cfg
  ../../component/ipython/buildout.cfg
  ../../component/scipy/buildout.cfg
  ../../component/scikit-learn/buildout.cfg
  ../../component/pandas/buildout.cfg
  ../../component/manpy/buildout.cfg
  ../../component/openssl/buildout.cfg
parts =
  monitor-eggs
  slapos-cookbook
  ipython_notebook
  ipython_notebook_set_password
  instance
18
  template-ipynb
19
  default-template-ipynb
Jérome Perrin's avatar
Jérome Perrin committed
20 21 22 23 24

[ipython_notebook]
; In the ipython notebook software, we use more eggs than in the minimal
; ipython notebook component
eggs +=
25
  requests
Jérome Perrin's avatar
Jérome Perrin committed
26 27 28 29 30 31 32 33 34 35 36
  ${scipy:egg}
  ${pandas:egg}
  ${scikit-learn:egg}
  ${manpy:eggs}
initialization +=
  ${manpy:initialization}

[ipython_notebook_config]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/${:filename}
download-only = true
37
md5sum = b056616e962b2fe1fa523ddd658b0f1b
Jérome Perrin's avatar
Jérome Perrin committed
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = ipython_notebook_config.jinja
mode = 0644

[ipython_notebook_set_password]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/${:filename}
download-only = true
md5sum = d7d4a7e19d55bf14007819258bf42100
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = ipython_set_password.jinja
mode = 0644

[instance]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/instance.cfg

56 57
[template-ipynb]
recipe = slapos.recipe.template
58
url = ${:_profile_base_location_}/instance-ipython-notebook.cfg.in
59
md5sum = 5ba2484c3550a3254d14fcf1ed5fa6f4
60 61 62 63 64 65 66 67
output = ${buildout:directory}/template-ipython-notebook.cfg
mode = 0644

[default-template-ipynb]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-ipython-default.cfg.in
md5sum = bd573c4ab5e1893d3bf91ae5c7c0d792
output = ${buildout:directory}/temlate-ipython-default.cfg.in
68 69
mode = 0644

70 71 72 73
[erp5-kernel]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/${:filename}
download-only = true
74
md5sum = 8a9703fc069301c6faac2800bd4b54b8
75 76 77
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = ERP5kernel.py.jinja
mode = 0644
Jérome Perrin's avatar
Jérome Perrin committed
78

79 80 81 82
[kernel-json]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/${:filename}
download-only = true
83
md5sum = ab6e78ea20855e07d388b5b86d1770fe
84 85 86
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = kernel.json.jinja
mode = 0644
Jérome Perrin's avatar
Jérome Perrin committed
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101

[versions]
PyRSS2Gen = 1.1
Pygments = 2.0.2
cns.recipe.symlink = 0.2.3
ipython = 3.1.0
matplotlib = 1.4.3
mistune = 0.5.1
nose = 1.3.6
pandas = 0.16.0
plone.recipe.command = 1.1
pyzmq = 14.6.0
scikit-learn = 0.16.1
scipy = 0.15.1
simpy = 3.0.7
102
slapos.recipe.template = 2.7
Jérome Perrin's avatar
Jérome Perrin committed
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160
terminado = 0.5
tornado = 4.1

# Required by:
# dream==0.0.1
MySQL-python = 1.2.5

# Required by:
# tornado==4.1
backports.ssl-match-hostname = 3.4.0.2

# Required by:
# tornado==4.1
certifi = 2015.4.28

# Required by:
# matplotlib==1.4.3
mock = 1.0.1

# Required by:
# dream==0.0.1
numpy = 1.9.2

# Required by:
# terminado==0.5
ptyprocess = 0.4

# Required by:
# dream==0.0.1
pydot = 1.0.28

# Required by:
# matplotlib==1.4.3
# pandas==0.16.0
python-dateutil = 2.4.2

# Required by:
# dream==0.0.1
rpy2 = 2.5.6

# Required by:
# rpy2==2.5.6
singledispatch = 3.4.0.3

# Required by:
# dream==0.0.1
tablib = 0.10.0

# Required by:
# dream==0.0.1
xlrd = 0.9.3

# Required by:
# dream==0.0.1
xlwt = 1.0.0

# Required by:
# dream==0.0.1
161
zope.dottedname = 4.1.0