cloudooo.cfg 2.89 KB
Newer Older
1
[buildout]
2
find-links =
3
    http://www.nexedi.org/static/packages/source/slapos.buildout/
4
    http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
5 6
    http://dist.repoze.org
    http://www.nexedi.org/static/packages/source/
7
    http://www.owlfish.com/software/wsgiutils/download.html
8

9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
# Separate from site eggs
allowed-eggs-from-site-packages =
include-site-packages = false
exec-sitecustomize = false

# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  alastairs-place.net
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com
  www.owlfish.com
  launchpad.net
  bitbucket.org

30
extends =
31 32 33
  ../component/cups/buildout.cfg
  ../component/dbus/buildout.cfg
  ../component/glib/buildout.cfg
34
  ../component/libreoffice-bin/buildout.cfg 
35
  ../component/libffi/buildout.cfg
36
  ../component/libpng/buildout.cfg
37 38 39 40
  ../component/lxml-python/buildout.cfg
  ../component/python-2.7/buildout.cfg
  ../component/xorg/buildout.cfg
  ../component/fonts/buildout.cfg
41 42
  ../component/git/buildout.cfg
  ../component/poppler/buildout.cfg
43 44 45
  ../component/imagemagick/buildout.cfg
  ../component/ffmpeg/buildout.cfg
  ../component/file/buildout.cfg
46 47 48 49
  ../component/stunnel/buildout.cfg
  ../component/rdiff-backup/buildout.cfg
  ../component/dcron/buildout.cfg
  ../component/coreutils/buildout.cfg
50
  ../component/cloudooo/buildout.cfg
51
  ../component/haproxy/buildout.cfg
52
 
53 54 55
versions = versions

parts =
56
  libreoffice-bin
57 58 59
  stunnel
  dcron
  
60 61 62 63
# basic Xorg
  libXdmcp
  libXext
  libXau
64
  libSM
65
  libXrender
66 67 68 69

# fonts
  liberation-fonts
  ipaex-fonts
70
  ipa-fonts
71
  ocrb-fonts
72
  android-fonts
73 74

# Dependencies
75 76 77 78
  cups
  dbus
  dbus-glib
  glib
79
  libffi
80
  libpng12
81 82
  imagemagick
  file
83
  poppler
84 85
  ffmpeg

86
  rdiff-backup
87
  haproxy
88 89
  cloudooo

90 91 92
# Local development
develop +=
  ${:parts-directory}/cloudooo
93 94

[versions]
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
95 96
Jinja2 = 2.7.2
MarkupSafe = 0.21
97 98 99
Paste = 1.7.5.1
PasteScript = 1.7.5
WSGIUtils = 0.7
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
100
Werkzeug = 0.9.4
101
buildout-versions = 1.7
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
102 103 104 105 106 107
cffi = 0.8.2
cliff = 1.6.1
cmd2 = 0.6.7
cryptography = 0.3
inotifyx = 0.2.0-1
itsdangerous = 0.24
108
lxml = 3.3.4
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
109 110 111 112
meld3 = 1.0.0
mr.developer = 1.30
netaddr = 0.7.11
netifaces = 0.8-1
113
plone.recipe.command = 1.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
114 115 116
psutil = 2.1.0
pyOpenSSL = 0.14
pyparsing = 2.0.2
117
python-magic = 0.4.6
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
118 119 120 121 122
pytz = 2014.2
rdiff-backup = 1.0.5
requests = 2.2.1
six = 1.6.1
slapos.core = 1.0.4
123 124
slapos.recipe.build = 0.12
slapos.recipe.cmmi = 0.2
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
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
slapos.recipe.template = 2.5
stevedore = 0.15
supervisor = 3.0
xml-marshaller = 0.9.7

# Required by:
# slapos.core==1.0.4
Flask = 0.10.1

# Required by:
# PasteScript==1.7.5
# cloudooo==1.2.5-dev
PasteDeploy = 1.5.2

# Required by:
# cloudooo==1.2.5-dev
argparse = 1.1

# Required by:
# cloudooo==1.2.5-dev
erp5.util = 0.4.38

# Required by:
# slapos.cookbook==0.85
lock-file = 2.0

# Required by:
# cffi==0.8.2
pycparser = 2.10

# Required by:
# cloudooo==1.2.5-dev
# slapos.core==1.0.4
158
zope.interface = 4.1.1