Commit 22a2e17d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2ad9df21
...@@ -14,26 +14,22 @@ parts = ...@@ -14,26 +14,22 @@ 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
# XXX dup in wendelin.core-dev
setup-eggs =
${pygolang:egg}[pyx.build]
# XXX env for go + modules=on
# 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 <= wendelin.core-eggcommon
setup = ${wendelin.core-repository:location}
environment = wendelin.core-dev-env
# XXX dup from wendelin.core -> merge? # common parts in between wendelin.core and wendelin.core-dev
[wendelin.core-eggcommon]
egg = wendelin.core
setup-eggs = setup-eggs =
${pygolang:egg}[pyx.build] ${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) and go to build
PATH = ${git:location}/bin:%(PATH)s PATH = ${git:location}/bin:%(PATH)s
GO = ${go:exe} GO = ${go:exe}
......
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