Commit d3338d6e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Merge branch 'erp5-component' into erp5

parents a66d0ff3 ca8e08e7
......@@ -5,29 +5,30 @@
parts =
graphviz
extends =
../bzip2/buildout.cfg
../fontconfig/buildout.cfg
../freetype/buildout.cfg
../libpng/buildout.cfg
../glib/buildout.cfg
../gtk-2/buildout.cfg
../pkgconfig/buildout.cfg
../xorg/buildout.cfg
../zlib/buildout.cfg
[graphviz]
recipe = slapos.recipe.cmmi
url = http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz
md5sum = 8d26c1171f30ca3b1dc1b429f7937e58
url = http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.36.0.tar.gz
md5sum = 1f41664dba0c93109ac8b71216bf2b57
depends =
${libpng:so_version}
configure-options =
--with-included-ltdl
--with-pngincludedir=${libpng:location}/include
--with-pnglibdir=${libpng:location}/lib
--with-zincludedir=${zlib:location}/include
--with-zlibdir=${zlib:location}/lib
--with-freetype2
--with-fontconfig
--disable-swig
--disable-sharp
--disable-go
--disable-guile
--disable-io
--disable-java
......@@ -42,16 +43,25 @@ configure-options =
--without-x
--without-expat
--without-devil
--without-webp
--without-poppler
--without-rsvg
--without-ghostscript
--without-visio
--without-pangocairo
--with-pangocairo
--without-lasi
--without-glitz
--without-jpeg
--without-gdk
--without-gtk
--without-gts
--without-ann
--without-glade
--without-ming
--without-qt
--without-libgd
--without-glut
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${fontconfig:location}/lib/pkgconfig:${freetype:location}/lib/pkgconfig
CPPFLAGS=-I${bzip2:location}/include -I${zlib:location}/include
LDFLAGS=-L${bzip2:location}/lib -Wl,-rpath=${bzip2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
PKG_CONFIG_PATH=${cairo:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${freetype:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig:${pango:location}/lib/pkgconfig:${pixman:location}/lib/pkgconfig
CPPFLAGS=-I${zlib:location}/include
LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
......@@ -23,11 +23,11 @@ md5sum = 717caa58e9c71a80820eb38c4f4d6ec3
[libpng15]
<= libpng-common
url = http://download.sourceforge.net/libpng/libpng-1.5.16.tar.xz
md5sum = fd85af68f84cbdf549147811006488c1
url = http://download.sourceforge.net/libpng/libpng-1.5.17.tar.xz
md5sum = 6509aba334bbd87613d2d353a2af44d6
[libpng]
<= libpng-common
url = http://download.sourceforge.net/libpng/libpng-1.6.6.tar.xz
md5sum = 3a41dcd58bcac7cc191c2ec80c7fb2ac
url = http://download.sourceforge.net/libpng/libpng-1.6.8.tar.xz
md5sum = 51ce71a1642cdde1f4485a7ff82193c0
so_version = 16
......@@ -144,7 +144,7 @@ zc.recipe.egg = 1.3.2
# Use own version of h.r.download to be able to open archives not supported by python2.x: .xz
hexagonit.recipe.download = 1.7nxd002
slapos.core = 1.0.0
slapos.core = 1.0.2.1
Jinja2 = 2.7.1
MarkupSafe = 0.18
Pygments = 1.6
......@@ -166,33 +166,33 @@ xml-marshaller = 0.9.7
z3c.recipe.scripts = 1.0.1
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
Flask = 0.10.1
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
bpython = 0.12
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
cliff = 1.4.5
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
ipython = 1.1.0
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
netifaces = 0.8
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
requests = 2.1.0
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
supervisor = 3.0
# Required by:
# slapos.core==1.0.0
# slapos.core==1.0.2.1
zope.interface = 4.0.5
[buildout]
parts =
erp5-util-setup
test-runner
sh-environment
......@@ -24,6 +25,11 @@ git-executable = ${git:location}/bin/git
<= download-source
repository = ${erp5-util-repository:location}
[erp5-util-setup]
recipe = plone.recipe.command
command = echo "Updating setup...";cd $${erp5-util:location}; export PATH="$${slapos-test-runner:prepend-path}:$PATH"; export CPPFLAGS="$${environment:CPPFLAGS}"; export LDFLAGS="$${environment:LDFLAGS}"; export PYTHONPATH="$${environment:PYTHONPATH}"; python setup.py test -n; python setup.py test -n; python setup.py test -n; python setup.py test -n
update-command = $${:command}
[test-runner]
recipe = slapos.cookbook:egg_test
run-test-suite = $${create-directory:bin}/runTestSuite
......
......@@ -45,7 +45,7 @@ branch = master
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = e8b87313667c944567029c61c9c0bd2e
md5sum = 194278f0a65d692bd165a909e6c83148
output = ${buildout:directory}/template.cfg
mode = 640
......
[buildout]
parts =
parts =
slapos.core-setup
slapos-test-runner
sh-environment
......@@ -24,6 +25,12 @@ git-executable = ${git:location}/bin/git
<= download-source
repository = ${slapos.core-repository:location}
[slapos.core-setup]
recipe = plone.recipe.command
command = echo "Updating setup...";cd $${slapos.core:location}; export PATH="$${slapos-test-runner:prepend-path}:$PATH"; export CPPFLAGS="$${environment:CPPFLAGS}"; export LDFLAGS="$${environment:LDFLAGS}"; export PYTHONPATH="$${environment:PYTHONPATH}"; python setup.py test -n; python setup.py test -n; python setup.py test -n; python setup.py test -n
update-command = $${:command}
[slapos.recipe.template]
<= download-source
repository = ${slapos.recipe.template-repository:location}
......
......@@ -25,6 +25,7 @@ eggs =
erp5.util
slapos.cookbook
collective.recipe.template
plone.recipe.command
entry-points =
runTestSuite=erp5.util.testsuite:runTestSuite
scripts =
......@@ -61,7 +62,7 @@ branch = master
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 7a8be25961238f8e11d5de95d2f05598
md5sum = 1330c8ccd1dab485aadba5e688d2b2e1
output = ${buildout:directory}/template.cfg
mode = 640
......@@ -106,7 +107,6 @@ Werkzeug = 0.9.4
buildout-versions = 1.7
cmd2 = 0.6.7
collective.recipe.template = 1.10
erp5.util = 0.4.36
itsdangerous = 0.23
lxml = 3.3.0beta3
meld3 = 0.6.10
......@@ -130,6 +130,8 @@ bpython = 0.12
# slapos.core==1.0.0
cliff = 1.5.2
erp5.util = 0.4.36
# Required by:
# slapos.cookbook==0.85
inotifyx = 0.2.0-1
......
......@@ -560,13 +560,13 @@ Products.DCWorkflow = 2.2.4nxd001
cloudooo = 1.2.5-dev
# use newer version than specified in ZTK
Jinja2 = 2.7.1
Jinja2 = 2.7.2
PasteDeploy = 1.5.2
Pygments = 1.6
argparse = 1.2.1
coverage = 3.7.1
lxml = 3.2.5
mr.developer = 1.26
mr.developer = 1.27
setuptools = 2.1
# Known version with works
......@@ -645,7 +645,7 @@ five.formlib = 1.0.4
five.localsitemanager = 2.0.5
fpconst = 0.7.2
gitdb = 0.5.4
greenlet = 0.4.1
greenlet = 0.4.2
hexagonit.recipe.cmmi = 2.0
http-parser = 0.8.3
huBarcode = 0.63
......@@ -655,7 +655,7 @@ ipython = 1.1.0
meld3 = 0.6.10
netaddr = 0.7.10
netifaces = 0.8_1
paramiko = 1.12.0
paramiko = 1.12.1
plone.recipe.command = 1.1
ply = 3.4
polib = 1.0.3
......@@ -664,13 +664,13 @@ pyflakes = 0.7.2
python-ldap = 2.4.13
python-magic = 0.4.6
qrcode = 4.0.4
requests = 2.1.0
requests = 2.2.0
restkit = 4.2.2
rtjp-eventlet = 0.3.2
slapos.core = 0.35.1
slapos.core = 1.0.2.1
slapos.recipe.build = 0.12
slapos.recipe.template = 2.4.2
slapos.toolbox = 0.33.1
slapos.recipe.template = 2.5
slapos.toolbox = 0.38.1
smmap = 0.8.2
socketpool = 0.5.3
spyne = 2.10.9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment