On 3 September 2017 at 05:42, Donald Stufft <don...@stufft.io> wrote:
> On Sep 1, 2017, at 2:30 PM, Chris Barker <chris.bar...@noaa.gov> wrote:
>> Do the Linux distros use pip to build their packages?
>
> Not that I am aware of.

Fedora's build macros for Python projects currently rely on running
setup.py directly, but we've been considering switching to pip instead
since 2013 or so. PEP 517 is likely to provide the impetus to switch
from "maybe we should do that" to "we need to do that, at least if
setup.py is missing, and potentially always, so we get more consistent
installation metadata"

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to