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
7d439872
Commit
7d439872
authored
Nov 13, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
395040f0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
15 deletions
+17
-15
component/ZODB/buildout.cfg
component/ZODB/buildout.cfg
+15
-0
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+0
-13
software/neotest/software.cfg
software/neotest/software.cfg
+2
-2
No files found.
component/ZODB/buildout.cfg
View file @
7d439872
...
...
@@ -4,6 +4,7 @@
[buildout]
extends =
../git/buildout.cfg
../python-cffi/buildout.cfg
parts = ZODB/scripts
...
...
@@ -58,6 +59,7 @@ git-executable = ${git:location}/bin/git
recipe = zc.recipe.egg:develop
setup = ${ZODB4-repository:location}
egg = ZODB
depends = ${persistent:egg} ${BTrees:egg}
egg_versions =
transaction = 1.7.0
...
...
@@ -93,6 +95,7 @@ branch = 3.10-nxd--t
recipe = zc.recipe.egg:develop
setup = ${ZODB5-repository:location}
egg = ZODB
depends = ${persistent:egg} ${BTrees:egg}
egg_versions =
transaction = 2.4.0
...
...
@@ -103,6 +106,18 @@ location = ${buildout:parts-directory}/ZODB5
branch = master
#revision= ... XXX pin
# XXX: buildout fails to install properly eggs with setup_requires
[BTrees]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${persistent:egg}
[persistent]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${python-cffi:egg}
###
# eggs versions that are used by all all ZODB<X>.
[versions]
...
...
software/neoppod/software-common.cfg
View file @
7d439872
...
...
@@ -56,19 +56,6 @@ eggs = neoppod[admin, ctl, master]
setproctitle
adapter-egg = ${python-mysqlclient:egg}
# XXX -> component/ZODB
# XXX: buildout fails to install properly eggs with setup_requires
[BTrees]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${persistent:egg}
[persistent]
recipe = zc.recipe.egg:custom
egg = ${:_buildout_section_name_}
setup-eggs = ${python-cffi:egg}
###
[download-base-neo]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/${:filename}
...
...
software/neotest/software.cfg
View file @
7d439872
...
...
@@ -105,8 +105,8 @@ template = inline:
recipe = zc.recipe.egg
eggs =
# wendelin.core still requires ZODB3 but having ZODB4 or 5 installed satisfies latest ZODB3
#
XXX -> ${ZODB:egg} ?
ZODB3
#
ZODB3
${ZODB:egg}
# also for wc
${numpy:egg}
# to install not only wendelin.core modules but also scripts
...
...
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