[Distutils] OS X and PEP 425 / wheels
Chris Barker
chris.barker at noaa.gov
Fri Mar 7 20:53:25 CET 2014
On Fri, Mar 7, 2014 at 9:50 AM, Brian Wickman <wickman at gmail.com> wrote:
> I've also run into similar issues. What I do with PEX is fudge PEP425
> tags for OS X in order to be more correct:
>
> https://github.com/wickman/commons/blob/wickman/pep425/src/python/twitter/common/python/pep425.py
>
>
> I'd love if some variation of this code could be added to setuptools or
> whatever.
>
>
+1 This looks good to me.
In theory, this logic should really go with python itself, not a
third-party lib. i.e., once built, a Python implementation will match
particular tags -- having a third party lib keep track of that seems to be
putting it in the wrong place.
In practice, there are only so many versions out there, and we're only
trying to support some of them, so it's probably fine for it to be in pip
(and it can be upgraded so much more easily there)
-CHB
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20140307/9ae6fed3/attachment.html>
More information about the Distutils-SIG
mailing list