Michał Górny

Results 218 comments of Michał Górny

To reproduce: ``` git clone https://github.com/googleapis/google-auth-library-python-oauthlib/ cd google-auth-library-python-oauthlib python -m venv .venv . .venv/bin/activate pip install . ls .venv/lib/python3.12/site-packages/ ``` You're going to notice that there are `docs` and `scripts`...

> Hmmm there are multiple issues at work here > > 1.) I think the preference option needs rewording. The option is about catching up all out-dated feeds. > 2.)...

Thanks for the patch. I'm going to take it into Gentoo to let us unblock urllib3-2.

Syncing is done by the PM, so I don't think so right now. You'd have to start by requesting a way for Portage to ignore a repository while syncing it.

That said, I think it's a reasonable idea and shouldn't be that hard to implement but somebody will have to do it. I'd suggest adding a `visible` boolean key that...

I've used license-expression as part of [pycargoebuild](https://github.com/projg2/pycargoebuild/) to parse license strings from Rust packages. Unfortunately, there are quite some people who unpredictably use `+` with licenses such as `MPL-2.0` and...

> @mgorny do you have a list of all these cases? For MPL-2.0 in particular MPL-2.0+ means nothing special, the MPL-2.0 already has baked in terms that allow to use...

> @mgorny The deprecation of "+" in favor "or-later" may not be in the spec, but it is in the (long) history of SPDX discussions. The "+" symbol was kept...

> @mgorny > > > I don't have a list (this is the first time it was reported to me, with MPL-2.0+), > > * Do you have a URL...