This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jaraco
Recipients FFY00, christian.heimes, frenzy, hroncok, jaraco, lemburg, petr.viktorin, steve.dower, xrcg
Date 2021-08-06.23:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628293437.79.0.836602435152.issue43976@roundup.psfhosted.org>
In-reply-to
Content
Thanks Filipe for the summary. I was unsure the status.

Even if we grant that Debian is too intrusive in its patching of distutils, it's Python and distutils that are making the change here, so it's not unreasonable for Python to maintain feature parity with the current regime.

It's plausible that you or I could convince Matthias to adapt Debian to a less intrusive approach by adapting the whole Debian ecosystem to a new approach. I suspect achieving that change would be a bit of a challenge.

The only other alternative I see is for distutils to provide some mechanism to enable Debian to achieve its current expectations without patching.

It may not be necessary for CPython to support this mechanism. It may be the case that CPython can support the site install schemes, but that any additional customizations remain a contract between Setuptools/distutils. I'm unsure what implications that would have for other build systems not based on distutils, but presumably it would be up to those systems to support Debian.

I suggest one of three courses here:

1. Convince Debian to drop their customizations.
2. Add support to the CPython customizations to support Debian.
3. Draft support for Setuptools/distutils to support Debian customizations and get confirmation from Debian that satisfies their needs.

Are there any other options? What direction would you like to pursue?
History
Date User Action Args
2021-08-06 23:43:57jaracosetrecipients: + jaraco, lemburg, christian.heimes, petr.viktorin, steve.dower, hroncok, frenzy, FFY00, xrcg
2021-08-06 23:43:57jaracosetmessageid: <1628293437.79.0.836602435152.issue43976@roundup.psfhosted.org>
2021-08-06 23:43:57jaracolinkissue43976 messages
2021-08-06 23:43:57jaracocreate