Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
slapos
Commits
e83edfc9
Commit
e83edfc9
authored
Oct 14, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zodbtools: Move it into separate component from neoppod
parent
83618cd6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
7 deletions
+35
-7
component/zodbtools/buildout.cfg
component/zodbtools/buildout.cfg
+33
-0
software/neoppod/software-common.cfg
software/neoppod/software-common.cfg
+2
-7
No files found.
component/zodbtools/buildout.cfg
0 → 100644
View file @
e83edfc9
# SlapOS component for zodbtools.
# https://lab.nexedi.com/nexedi/zodbtools
[buildout]
extends =
../ZEO/buildout.cfg
parts =
zodbtools/scripts
[zodbtools]
recipe = zc.recipe.egg:eggs
egg = zodbtools
eggs =
${:egg}
# dependent eggs that must come through in-tree recipes
depends =
# ZEO comes through zodbtools -> zodburi -> ZEO
${ZEO:egg}
[zodbtools/scripts]
recipe = zc.recipe.egg:scripts
eggs = ${zodbtools:eggs}
[versions]
zodbtools = 0.0.0.dev4
# Required by:
# zodbtools==0.0.0dev4
zodburi = 2.3.0
software/neoppod/software-common.cfg
View file @
e83edfc9
...
@@ -19,6 +19,7 @@ extends =
...
@@ -19,6 +19,7 @@ extends =
../../component/python-cryptography/buildout.cfg
../../component/python-cryptography/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/pycurl/buildout.cfg
../../component/ZEO/buildout.cfg
../../component/ZEO/buildout.cfg
../../component/zodbtools/buildout.cfg
parts =
parts =
# keep neoppod first so that ZODB is built correctly,
# keep neoppod first so that ZODB is built correctly,
...
@@ -50,11 +51,10 @@ eggs = neoppod[admin, ctl, master]
...
@@ -50,11 +51,10 @@ eggs = neoppod[admin, ctl, master]
psutil
psutil
ZODB
ZODB
zope.testing
zope.testing
zodbtools
${zodbtools:egg}
coverage
coverage
setproctitle
setproctitle
adapter-egg = ${python-mysqlclient:egg}
adapter-egg = ${python-mysqlclient:egg}
depends = ${ZEO:egg}
# XXX: buildout fails to install properly eggs with setup_requires
# XXX: buildout fails to install properly eggs with setup_requires
[BTrees]
[BTrees]
...
@@ -149,14 +149,9 @@ setproctitle = 1.1.10
...
@@ -149,14 +149,9 @@ setproctitle = 1.1.10
slapos.recipe.template = 4.4
slapos.recipe.template = 4.4
transaction = 1.7.0
transaction = 1.7.0
zodbpickle = 1.0.4
zodbpickle = 1.0.4
zodbtools = 0.0.0.dev4
cython-zstd = 0.2
cython-zstd = 0.2
python-dateutil = 2.7.3
python-dateutil = 2.7.3
# Required by:
# zodbtools==0.0.0dev4
zodburi = 2.3.0
# Required by:
# Required by:
# mock = 3.0.5
# mock = 3.0.5
funcsigs = 1.0.2
funcsigs = 1.0.2
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