Commit 9a97e9d5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7e5f231e
[buildout]
extends =
buildout.cfg
../git/buildout.cfg
# override pygolang to install it from latest git version
[pygolang]
recipe = zc.recipe.egg:develop
setup = ${pygolang-repository:location}
[pygolang-repository]
recipe = slapos.recipe.build:gitclone
repository = https://lab.nexedi.com/nexedi/pygolang.git
location = ${buildout:parts-directory}/pygolang-dev
git-executable = ${git:location}/bin/git
...@@ -14,25 +14,18 @@ parts = ...@@ -14,25 +14,18 @@ parts =
[pygolang] [pygolang]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = pygolang egg = pygolang
# XXX +gpython or not?
# XXX gpython = location/to/installed/gpython/bin ?
setup-eggs = setup-eggs =
${cython:egg} ${cython:egg}
setuptools-dso setuptools-dso
gevent gevent
[gpython] [gpython]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = pygolang eggs = ${pygolang:egg}
scripts = gpython scripts = gpython
# convenience for gpython users # convenience for gpython users
exe = ${buildout:bin-directory}/gpython exe = ${buildout:bin-directory}/gpython
# XXX pygolang-dev
[versions] [versions]
pygolang = 0.0.7 pygolang = 0.0.7
......
...@@ -17,7 +17,7 @@ extends = ...@@ -17,7 +17,7 @@ extends =
../../component/lmbench/buildout.cfg ../../component/lmbench/buildout.cfg
../../component/coreutils/buildout.cfg ../../component/coreutils/buildout.cfg
../../component/util-linux/buildout.cfg ../../component/util-linux/buildout.cfg
../../component/pygolang/buildout.cfg ../../component/pygolang/buildout-dev.cfg
parts = pygolang gpython parts = pygolang gpython
......
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