Jason R. Coombs

Results 1062 comments of Jason R. Coombs

> Shouldn't this configuration be merged into `pyproject.toml`? I haven't yet had a chance to write a blog post about it. Combining all the config into a single file is...

I've encountered these errors locally when running tests for some time. Interestingly, I don't always encounter them. I'd assumed the issue was local to my environment.

I don't feel strongly either way. On one hand, as abravalheri points out, `setup.py` is supported and satisfies the need. On the other hand, if there's broad desire for such...

> Is this something we also want to apply to `packages`? I thought about this a bit and i do think it makes sense to apply the same to packages,...

disclaimer: the following feedback is made without any in-depth analysis of the problem or solution. > * `after` **OR** `before` -- a string with the name of another already defined...

In the [keyring project](/jaraco/keyring), the plugins specify a priority ([with some coded heuristics about the meaning](https://github.com/jaraco/keyring/blob/bfa0148ab43ea9e592232c561971bf06712b625b/keyring/core.py#L75)) and some of them use the [priority of another to specify a relative priority](https://github.com/jaraco/keyring/blob/a74a7b98071e0224a3792d5e0cfd8e2e218eb5ec/keyring/backends/kwallet.py#L165)....

I wonder if anyone is still dependent on the support for bytes decoding. I guess we should either retain compatibility or declare the change as backward-incompatible. I'll do the latter;...

Apologies for being late to the conversation. It's been a rough couple of months for me personally. I got almost no open source work done during the winter break (where...

@mattip had this to say in https://github.com/pypa/setuptools/pull/4159#issuecomment-1928850518. > I think this might have changed wheel building for projects with a `-` in the project name (from the project's `pyproject.toml`). Now...

Now I'm beginning to wonder if the symptom reported by mattip is in fact a completely different issue, as it deals with the name of the wheel (not the egg-link)....