[Distutils] Beyond wheels 1.0: helping downstream, FHS and more

Nick Coghlan ncoghlan at gmail.com
Fri Apr 17 03:31:29 CEST 2015


On 16 Apr 2015 03:08, "Paul Moore" <p.f.moore at gmail.com> wrote:
>
> Just to expand on another point in my mail - I'd like *anyone* to
> provide an example of a genuine use case for something they think
> should be a "required" installer extension. I'm not sure such a thing
> actually exists...

The constraints extension in PEP 459 recommends flagging extension
processing as required, otherwise it's possible for unaware installers to
silently skip the compatibility checks:
https://www.python.org/dev/peps/pep-0459/#the-python-constraints-extension

Installers offering the ability to opt in to ignoring environmental
constraints is one thing, ignoring them through lack of understanding the
extension is something else entirely.

Cheers,
Nick.

>
> Paul
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20150416/4a20cfa4/attachment.html>


More information about the Distutils-SIG mailing list