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

.

parent 40c11ee7
...@@ -6,4 +6,4 @@ recipe = zc.recipe.egg:custom ...@@ -6,4 +6,4 @@ recipe = zc.recipe.egg:custom
egg = cython egg = cython
[versions] [versions]
Cython = 0.28.2 Cython = 0.29.21
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
# pygolang.nexedi.com # pygolang.nexedi.com
[buildout] [buildout]
extends = ... # XXX +cython extends =
../../component/cython/buildout.cfg
parts = parts =
pygolang pygolang
...@@ -20,3 +22,9 @@ setup-eggs = ...@@ -20,3 +22,9 @@ setup-eggs =
# XXX pygolang-dev # XXX pygolang-dev
[versions]
pygolang = 0.0.7
# XXX setuptools_dso
# XXX gevent
...@@ -43,6 +43,9 @@ parts = ...@@ -43,6 +43,9 @@ parts =
slapos-cookbook slapos-cookbook
instance.cfg instance.cfg
# XXX tmp
pygolang
# go packages to install (+ automatically their dependencies) # go packages to install (+ automatically their dependencies)
[gowork] [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