software.cfg 2.41 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 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
[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 +=
  ${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 = a5bc4ee8539109d1de7ab33b4c2c97ea
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




[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
70
slapos.recipe.template = 2.7
Jérome Perrin's avatar
Jérome Perrin committed
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 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
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