[gentoo-dev] Looking for a solution to the distutils/setuptools .egg-info mess

2022-01-09 Thread Michał Górny
Hi, everyone. TL;DR: how to deal with setuptools (and newer distutils vendored by setuptools) replacing .egg-info files with directories? I know I'm reiterating the same topic but I think we're coming to having to actually do something about this and I still haven't found a satisfactory solution

[gentoo-dev] Last-rites: sys-cluster/mpich2

2022-01-09 Thread Andreas Sturmlechner
# Andreas Sturmlechner (2022-01-09) # No more revdeps after sys-cluster/mpe2 last-rites was initiated. # Removal on 2022-01-31, bug #547208 sys-cluster/mpich2 signature.asc Description: This is a digitally signed message part.

Re: [gentoo-dev] [PATCH] install-qa-check.d: do not request DISTUTILS_USE_SETUPTOOLS=no

2022-01-09 Thread Michał Górny
On Sun, 2022-01-09 at 09:15 +0100, Michał Górny wrote: > The Python distutils deprecation is for real, and nowadays setuptools > installs hacks that override distutils with their own bundled version. > For this reason, the check no longer works reliably and even if it were, > we will eventually be

[gentoo-dev] [PATCH] install-qa-check.d: do not request DISTUTILS_USE_SETUPTOOLS=no

2022-01-09 Thread Michał Górny
The Python distutils deprecation is for real, and nowadays setuptools installs hacks that override distutils with their own bundled version. For this reason, the check no longer works reliably and even if it were, we will eventually be requiring setuptools on all Python packages. Avoid asking peopl