[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

[ipython_notebook]
; In the ipython notebook software, we use more eggs than in the minimal
; ipython notebook component
eggs +=
  requests
  ${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
md5sum = b056616e962b2fe1fa523ddd658b0f1b
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

[erp5-kernel]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/${:filename}
download-only = true
md5sum = 460206edb2fc6b21e065b6cbd1475f1a
destination = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = ERP5kernel.py.jinja
mode = 0644

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

[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
slapos.recipe.template = 2.7
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
zope.dottedname = 4.1.0