Maurits van Rees
Maurits van Rees
Yes, I have been using `newest = false`. Ah, `use-dependency-links = false` helps. And `install-from-cache = true` can also help, but you can of course only do that if you...
Would indeed be nice if buildout supported wheels, mostly because presumably they are a lot faster to install. I do not really have a good idea what would need to...
Just as another example, in the core development buildout of Plone we have [`plips/plipbase.cfg`](https://github.com/plone/buildout.coredev/blob/5.1/plips/plipbase.cfg) which sets several directories. ``` [buildout] extends = ../core.cfg develop-eggs-directory = ../develop-eggs bin-directory = ../bin parts-directory...
On Mac, when I try what @arterrey does,, with his original small `buildout.cfg` I get the same problem, a `ModuleNotFoundError` on `zc.catalog`. I get `setuptools 39.0.1` and `zc.buildout 2.11.3`. It...
I am not using mypy yet, so I can't comment on details. I am not against. It may make sense, and for me it would be an example project of...
About `install`: I worry that this word is used for too many things. If there is a bug in the recipe and you grep for `install`, you also find the...
I just checked this and can confirm it with the versions you give. But when I update the zc.buildout version to 2.3.1 it works. You need to switch install-from-cache to...
> If you're planning to have both `requirements.txt` and `constraints.txt` and the motivation is to override the `[versions]` section, wouldn't a name like `buildout.versions` or even `buildout.versionpins` be more appropriate?...
I just asked [community.plone.org](https://community.plone.org/t/new-buildout-extension-which-license-and-which-organisation/14207) for advice on which license to use and which GH organisation to put it in. I have no code yet, but we will need something like...
@davisagli wrote: > I ran into this error today. I'm not sure I have much to add yet on understanding the cause. But, I also have Python installed using pyenv....