-
Notifications
You must be signed in to change notification settings - Fork 7
ZMS6a: without src-folder #451
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
Alternative approach to #450
|
@drfho This approach does work as well. I have successfully built and deployed
Note If the In this |
My test-case shows that the ordinary -e-install in Zope5.13 still needs setup.py. If setup.py the installation is only stable with: pip install Zope[wsgi]==$ZOPE_VERSION -c https://zopefoundation.github.io/Zope/releases/$ZOPE_VERSION/constraints.txt
pip install -r https://raw.githubusercontent.com/zms-publishing/ZMS5/main/requirements-full.txt
pip install --use-pep517 --config-settings editable_mode=compat -e git+https://github.com/zms-publishing/ZMS.git@zms6a#egg=ZMS
I revised the branding/program-version by utilizing the description package/project-data for down-compatibility and a late merge with latest ZMS5: 34a71f4 |
I cannot confirm this @drfho -> there is no ...and I used this to install ZMS6a on top of these base images: After removing the symlink approach in this branch and introducing |
@cmeier76 : thanks for the feedback. You are right, the parameter |


This is an alternative approach to #450 without the huge diff in the git,
Goal is to be compatible with Zope5 and 6.