Maurits van Rees

Results 208 comments of Maurits van Rees

> I've scanned your analysis, but am not grasping it yet fully. The stranges part: If it is not possible, why has apparently worked for 3-4 years since this feature...

The release checklist is in the [coredev buildout](https://github.com/plone/buildout.coredev/blob/6.1/release/checklist.md). Each branch (6.0, 6.1) has its own slightly different list. But the list of packages hardly ever changes. There are differences between...

> Can we just delegate to pip for all installs? I was thinking of that too. It should work. > If we continue down this road, maybe we should deprecate...

This experimental PR automatically got closed because I have removed a branch that it was based on. To be continued in PR #720.

I got a mail as well, but with a different list: * buildout/tests/test-centos_containers-2.7/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.10/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.11/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.5/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.6/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.7/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.8/ubuntu-2004:202111-01 * buildout/tests/test-centos_containers-3.9/ubuntu-2004:202111-01 * buildout/tests/test-debian_containers-3.5/ubuntu-2004:202111-01 *...

We are meanwhile not using CircleCI anymore.

Note that `setuptools` will remove the `pkg_resources` module in December. See the announcement in the [history, version 80.9.0](https://setuptools.pypa.io/en/latest/history.html#v80-9-0). Assuming we can either fix Buildout to not need this module anymore,...

Small update, because I think one part is not clear in the above. Edit the buildout config to have these version pins: ``` five.customerize = 4.0 five.intid = 2.0.0 five.localsitemanager...

@davisagli came up with an idea: > I see buildout has some special handling for namespace packages here, to add `__init__.py` files: https://github.com/buildout/buildout/blob/4.1.4/src/zc/buildout/easy_install.py#L1803 So maybe we could just add a...

I have added an experiment that looks promising. See PR #697.