Commit 19d519f9 authored by Boxiang Sun's avatar Boxiang Sun Committed by gsamain

Add cython_lwan_coro component

parent b64e599d
[buildout]
extends =
../python3/buildout.cfg
../gcc/buildout.cfg
[buildout]
parts =
cython_lwan_coro
[cython_lwan_coro_source]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/Daetalus/cython_lwan_coro.git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
branch = master
[cython_lwan_coro]
recipe = plone.recipe.command
stop-on-error = true
update-command = true
location = ${cython_lwan_coro_source:location}
python3-binary = ${python3.5:location}/bin/python3
command = (PATH=${gcc:location}:$PATH && cd ${cython_lwan_coro_source:location} && ${:python3-binary} setup.py build_ext install)
\ No newline at end of file
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