Commit fa365ca9 authored by gsamain's avatar gsamain

cython cypclass acthon websocket demo component

parent 18c6a45e
[buildout]
extends =
../python3/buildout.cfg
../gcc/buildout.cfg
[buildout]
parts =
cypclass_websocket_demo
[cypclass_websocket_demo_source]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/gsamain/websocket_demo.git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
branch = mongoose_demo_acthon
[cypclass_websocket_demo]
recipe = plone.recipe.command
stop-on-error = true
update-command = true
location = ${cypclass_websocket_demo_source:location}
python3-binary = ${python3.5:location}/bin/python3
command = (PATH=${gcc:location}:$PATH && cd ${cypclass_websocket_demo_source:location} && ${:python3-binary} setup.py build_ext install)
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