software.cfg 2.4 KB
Newer Older
1 2 3 4 5
[buildout]

find-links +=
    http://www.nexedi.org/static/packages/source/slapos.buildout/

6 7
versions = versions

8 9 10
extends =
  ../../component/apache/buildout.cfg
  ../../component/dcron/buildout.cfg
Antoine Catton's avatar
Antoine Catton committed
11
  ../../component/logrotate/buildout.cfg
12
  ../../stack/shacache-client.cfg
13
  ../../component/lxml-python/buildout.cfg
14
  ../../component/python-2.7/buildout.cfg
Antoine Catton's avatar
Antoine Catton committed
15
  ../../component/gzip/buildout.cfg
16 17 18 19 20 21 22 23 24 25 26 27

# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com
Antoine Catton's avatar
Antoine Catton committed
28
  alastairs-place.net
29 30


31
parts =
32
  template
33
  lxml-python
34
  apache
35 36
  logrotate
  dcron
37
  eggs
Antoine Catton's avatar
Antoine Catton committed
38
  gzip
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
  instance-recipe-egg

unzip= true

[eggs]
recipe = zc.recipe.egg
eggs =

[instance-recipe]
egg = slapos.cookbook
module = davstorage

[instance-recipe-egg]
recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg}

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
Antoine Catton's avatar
Antoine Catton committed
60
md5sum = bed788dee6daf05349c4577e7a7f1299
61 62 63
output = ${buildout:directory}/template.cfg
mode = 0644

Antoine Catton's avatar
Antoine Catton committed
64
[instance-davstorage]
65 66
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-davstorage.cfg
67
md5sum = 49c8e049a78e233d3a553e64c8914592
68 69 70
output = ${buildout:directory}/template-davstorage.cfg
mode = 0644

71 72 73
[lxml-python]
python = python2.7

74
[versions]
75
zc.buildout = 1.6.0-dev-SlapOS-002
76 77 78 79 80 81
Jinja2 = 2.6
Werkzeug = 0.7.1
buildout-versions = 1.6
hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.5.0
meld3 = 0.6.7
Antoine Catton's avatar
Antoine Catton committed
82
slapos.cookbook = 0.26
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

# Required by:
# slapos.core==0.14
Flask = 0.7.2

# Required by:
# slapos.cookbook==0.24
PyXML = 0.8.4

# Required by:
# slapos.recipe.template==1.1
collective.recipe.template = 1.9

# Required by:
# slapos.cookbook==0.24
# slapos.core==0.14
# xml-marshaller==0.9.7
lxml = 2.3

# Required by:
# slapos.cookbook==0.24
netaddr = 0.7.6

# Required by:
# slapos.core==0.14
Antoine Catton's avatar
Antoine Catton committed
108
#netifaces = 0.4
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

# Required by:
# slapos.cookbook==0.24
# slapos.core==0.14
# zc.buildout==1.5.3-dev-SlapOS-009
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88846

# Required by:
# slapos.cookbook==0.24
slapos.core = 0.14

# Required by:
# slapos.core==0.14
supervisor = 3.0a10

# Required by:
# slapos.cookbook==0.24
xml-marshaller = 0.9.7

# Required by:
# slapos.cookbook==0.24
zc.recipe.egg = 1.3.2

# Required by:
# slapos.core==0.14
zope.interface = 3.7.0