Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
6b9c863b
Commit
6b9c863b
authored
Oct 14, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pygolang: Move it into separate component from neotest
parent
e83edfc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
component/pygolang/buildout.cfg
component/pygolang/buildout.cfg
+18
-0
software/neotest/software.cfg
software/neotest/software.cfg
+3
-2
No files found.
component/pygolang/buildout.cfg
0 → 100644
View file @
6b9c863b
# 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
software/neotest/software.cfg
View file @
6b9c863b
...
...
@@ -17,6 +17,8 @@ extends =
../../component/lmbench/buildout.cfg
../../component/coreutils/buildout.cfg
../../component/util-linux/buildout.cfg
../../component/pygolang/buildout.cfg
parts =
gowork
...
...
@@ -107,7 +109,7 @@ eggs =
# for nxd/runTestSuite
erp5.util
# for e.g. tcpu.py
pygolang
${pygolang:egg}
# wendelin.core: latest not yet released
...
...
@@ -119,7 +121,6 @@ revision= v0.11-15-gf785ac079b
ZODB3 = 3.11.0
numpy = 1.16.4
zope.testing = 4.6.2
pygolang = 0.0.0.dev4
# Required by:
# ZEO==4.3.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment