Open perrinjerome opened 1 year ago
@perrinjerome you need to sign the Plone Contributor Agreement in order to merge this pull request.
Learn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html
@perrinjerome you need to sign the Plone Contributor Agreement in order to merge this pull request.
Learn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html
I could not find a reason for inheriting the behavior of zc.recipe.egg here, but maybe I'm missing something.
@mauritsvanrees I have signed the contributor agreement this time 😉 and just sent it by email.
I wonder if some people consider this a feature. Call the part Plone and it will install Plone.
Yes, that's true. This behavior is not documented so I assumed it was a bug. We could also keep the behavior and change the documentation.
But my personal feeling is that it would be better to be explicit. https://github.com/zopefoundation/Zope/pull/1080 could have been more problematic if there was actually a "broken" package named zopeinstance on pypi
zc.recipe.eggs.Egg by default install package with the same name as the section name. This is error prone in plone.recipe.zope2instance
see https://github.com/zopefoundation/Zope/pull/1080