Skip to content

Commit

Permalink
Use the extra which requires Paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Sep 7, 2023
1 parent 98c94dc commit a0cbc57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ Here's a minimum ``buildout.cfg`` configuration example:
recipe = zc.recipe.egg
interpreter = zopepy
eggs =
Zope
Paste
Zope[wsgi]
Using ``plone.recipe.zope2instance``
++++++++++++++++++++++++++++++++++++
Expand Down

6 comments on commit a0cbc57

@dataflake
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does NOT work, that's why I changed it to include Paste explicitly. The Zope scripts like makewsgiinstance will not create a startup script that includes Paste and that is why I changed it in f4fd6b6. I will revert this change, it caused yet another complaint at #1154

@icemac
Copy link
Member Author

@icemac icemac commented on a0cbc57 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's interesting. If Zope[wsgi] does not work, maybe we should remove it from setup.py.

@d-maurer
Copy link
Contributor

@d-maurer d-maurer commented on a0cbc57 Sep 15, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dataflake
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're at a place where buildout is not getting better, it's getting buggier - or the bugs are more obvious. And I don't see much development activity. Buildout is also partly to blame for the issues with Python in universal mode on newer macOS versions. There are days when I wonder if we should standardize on built-in Python tools instead.

@icemac
Copy link
Member Author

@icemac icemac commented on a0cbc57 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the times have come to longer propose using zc.buildout as the default way or even abandon using it. (e. g. We could start to use pip for the tests of the Products.* packages instead of buildout.)

@dataflake
Copy link
Member

@dataflake dataflake commented on a0cbc57 Sep 18, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.