-
Notifications
You must be signed in to change notification settings - Fork 7
ZMS 6: Working with Zope 6 #450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
drfho
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This gitignore allows to use a symlink ln -s src/Products Products for branch-switching between zms6 and main-branch in a primariliy PEP517/setup.py-based installation
zmsdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Local smoke testing of ZMS6 with new src-layout
-> straightforward development by merging to main branch may work @drfho Refs |
Zope uses native namespace
Zope replaces
pkg_resourcesnamespace with PEP 420 native namespace and thus with pip ≥ 21.3 and setuptools ≥ 64.0.0. Zope could find (for the editable-mode) the init-pathes for ZMS only if some backwards-compatibity flags are set in pip installation:pip install --use-pep517 --config-settings editable_mode=compat -e git+https://github.com/zms-publishing/ZMS.git@main#egg=ZMS`see: 955d8ba
ZMS installation fitted to new requirements
Now two measure are accomplished to make ZMS run with Zope6:
Important Note: ZMS6 needs to be installed for registering the new code-paths (you cannot just git-pull the ZMS6-code over an existing ZMS5 installation.
For installing the branch in editable mode use: