Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
9a97e9d5
Commit
9a97e9d5
authored
Sep 24, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
7e5f231e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
9 deletions
+17
-9
component/pygolang/buildout-dev.cfg
component/pygolang/buildout-dev.cfg
+15
-0
component/pygolang/buildout.cfg
component/pygolang/buildout.cfg
+1
-8
software/neotest/software.cfg
software/neotest/software.cfg
+1
-1
No files found.
component/pygolang/buildout-dev.cfg
0 → 100644
View file @
9a97e9d5
[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
component/pygolang/buildout.cfg
View file @
9a97e9d5
...
...
@@ -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
...
...
software/neotest/software.cfg
View file @
9a97e9d5
...
...
@@ -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
...
...
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