Commit ac7df254 authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core: Add pygolang

Starting from 0.14 (aka 2) wendelin.core requires pygolang to be present
both at runtime and at build time.
parent c1631c28
# SlapOS component for wendelin.core
[buildout] [buildout]
extends = ../git/buildout.cfg extends =
../pygolang/buildout.cfg
../git/buildout.cfg
parts = parts =
wendelin.core wendelin.core
...@@ -7,18 +12,23 @@ parts = ...@@ -7,18 +12,23 @@ parts =
# wendelin.core installed from released egg from pypi # wendelin.core installed from released egg from pypi
[wendelin.core] [wendelin.core]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = wendelin.core <= wendelin.core-eggcommon
# wendelin.core installed from latest git version # wendelin.core installed from latest git version
[wendelin.core-dev] [wendelin.core-dev]
recipe = zc.recipe.egg:develop recipe = zc.recipe.egg:develop
egg = wendelin.core
setup = ${wendelin.core-repository:location} setup = ${wendelin.core-repository:location}
environment = wendelin.core-dev-env <= wendelin.core-eggcommon
# common parts in between wendelin.core and wendelin.core-dev
[wendelin.core-eggcommon]
egg = wendelin.core
setup-eggs =
${pygolang:egg}[pyx.build]
environment = wendelin.core-env
[wendelin.core-dev-env] [wendelin.core-env]
# wendelin.core-dev needs git to build # wendelin.core needs git(dev) to build
PATH = ${git:location}/bin:%(PATH)s PATH = ${git:location}/bin:%(PATH)s
......
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