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 =
[pygolang]
recipe = zc.recipe.egg:custom
egg = pygolang
# XXX +gpython or not?
# XXX gpython = location/to/installed/gpython/bin ?
setup-eggs =
${cython:egg}
setuptools-dso
gevent
[gpython]
recipe = zc.recipe.egg
eggs = pygolang
eggs = ${pygolang:egg}
scripts = gpython
# convenience for gpython users
exe = ${buildout:bin-directory}/gpython
# XXX pygolang-dev
[versions]
pygolang = 0.0.7
......
......@@ -17,7 +17,7 @@ extends =
../../component/lmbench/buildout.cfg
../../component/coreutils/buildout.cfg
../../component/util-linux/buildout.cfg
../../component/pygolang/buildout.cfg
../../component/pygolang/buildout-dev.cfg
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