Re: [Distutils] Working toward Linux wheel support

2015-08-25 Thread Nate Coraor
I've started down this road of Linux platform detection, here's the work so far: https://bitbucket.org/natefoo/wheel/src/tip/wheel/platform/linux.py I'm collecting distribution details here: https://gist.github.com/natefoo/814c5bf936922dad97ff One thing to note, although it's not used,

Re: [Distutils] Working toward Linux wheel support

2015-08-25 Thread Wes Turner
On Tue, Aug 25, 2015 at 12:54 PM, Nate Coraor n...@bx.psu.edu wrote: I've started down this road of Linux platform detection, here's the work so far: https://bitbucket.org/natefoo/wheel/src/tip/wheel/platform/linux.py IDK whether codecs.open(file, 'r', encoding='utf8') is necessary or