Commit 22148de6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 40c11ee7
......@@ -6,4 +6,4 @@ recipe = zc.recipe.egg:custom
egg = cython
[versions]
Cython = 0.28.2
Cython = 0.29.21
......@@ -2,9 +2,11 @@
# pygolang.nexedi.com
[buildout]
extends = ... # XXX +cython
extends =
../../component/cython/buildout.cfg
parts =
pygolang
pygolang
# pygolang installed from released egg from pypi
......@@ -15,8 +17,14 @@ egg = pygolang
# XXX gpython = location/to/installed/gpython/bin ?
setup-eggs =
${cython:egg}
${cython:egg}
# XXX +gevent ?
# XXX pygolang-dev
[versions]
pygolang = 0.0.7
# XXX setuptools_dso
# XXX gevent
......@@ -43,6 +43,9 @@ parts =
slapos-cookbook
instance.cfg
# XXX tmp
pygolang
# go packages to install (+ automatically their dependencies)
[gowork]
......
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