Lennart Regebro

Results 91 comments of Lennart Regebro

I don't use virtualenv-burrito, but ended up here after a link from a discussion of this on distribute. Only after Python 3.2 is it possible to share libraries across Python...

It's apparently gone in antlr-python-runtime 3.4, it works in 3.1.2. I don't know what the replacement is.

Yes, that seems reasonable, it should check for both. I'm surprised I missed `python_requires`, and that no one noticed until now. :-) I have no strong opinion on the weights,...

Yes, you are right that it overlaps somewhat. I use both, especially through zest.releaser, which has hooks. So if both are installed, both will be run before release. You are...

Yeah, that seems reasonable. It would be run twice from zest.releaser, though, but I think check-manifest is run first anyway, so you'd only notice if it actually warns.

Maybe cache the result and just return it instead of printing it? Pyroma will need to know if it failed or succeeded, but that way we don't need to analyse...

It is a good point that they should state the sameish thing. On Thu, Aug 25, 2022 at 9:49 AM David Andreoletti ***@***.***> wrote: > ***@***.**** commented on this pull...

Supporting more modern PEP standards would be nice. Supporting setuptools-scm specifically isn't anything I'm going to spend time on. Don't worry about not having a perfect score. It's not a...

Well, you only need to run it before release. If you use the excellent zest.releaser it will do it as a part of the release process.

There's a --min parameter to set the minimum level of a "clean run", does that help? You can't get a full score, but you should be able to get a...