[buildout]
versions = versions
extends =
  ../../component/fluentd/buildout.cfg
  ../../component/wendelin.core/buildout.cfg
  ../../component/msgpack-python/buildout.cfg
  ../../component/scipy/buildout.cfg
  ../../software/erp5/software.cfg
parts +=
  wendelin
  scipy
  msgpack-python
  ipython
  wendelin.core
  fluentd
  ipython-notebook

[eggs]
initialization =
  import scipy.stats # load our own libstdc++ explicitly at the very beginning
extra-paths +=
  ${wendelin:location}
eggs +=
  ${scipy:egg}
  ${msgpack-python:egg}
  ${wendelin.core:egg}
  ${ipython:egg}

[erp5_repository_list]
repository_id_list += wendelin

[local-bt5-repository]
# we need to override it
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${wendelin:location}/bt5/

# Jupyter is by default enabled in Wendelin
[erp5-defaults]
jupyter-enable-default = true

[wendelin]
<= erp5
repository = https://lab.nexedi.com/nexedi/wendelin.git
branch = master
revision = 13300a51ce6fb9dd451569fcab4020c1a4a5a6a0 

[erp5]
revision = 26c75d1fee4ca4813fc0d5fb496069e6eb767442 

[slapos-cookbook.repository]
revision = 1b8f9a7a4603c612e401f8bbf5739977dc45d807 

[versions]
scipy = 0.15.1
msgpack-python = 0.4.6
wendelin.core = 0.5