Commit 6b9c863b authored by Kirill Smelkov's avatar Kirill Smelkov

pygolang: Move it into separate component from neotest

parent e83edfc9
# SlapOS component for pygolang.
# pygolang.nexedi.com
[buildout]
parts =
pygolang
# pygolang installed from released egg from pypi
[pygolang]
recipe = zc.recipe.egg:eggs
egg = pygolang
[versions]
pygolang = 0.0.0.dev4
# pinned by stack/slapos:
# six
...@@ -17,6 +17,8 @@ extends = ...@@ -17,6 +17,8 @@ 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
parts = parts =
gowork gowork
...@@ -107,7 +109,7 @@ eggs = ...@@ -107,7 +109,7 @@ eggs =
# for nxd/runTestSuite # for nxd/runTestSuite
erp5.util erp5.util
# for e.g. tcpu.py # for e.g. tcpu.py
pygolang ${pygolang:egg}
# wendelin.core: latest not yet released # wendelin.core: latest not yet released
...@@ -119,7 +121,6 @@ revision= v0.11-15-gf785ac079b ...@@ -119,7 +121,6 @@ revision= v0.11-15-gf785ac079b
ZODB3 = 3.11.0 ZODB3 = 3.11.0
numpy = 1.16.4 numpy = 1.16.4
zope.testing = 4.6.2 zope.testing = 4.6.2
pygolang = 0.0.0.dev4
# Required by: # Required by:
# ZEO==4.3.1 # ZEO==4.3.1
......
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