Re: [Python-Dev] new binary wheels PEP idea

2019-02-19 Thread Alexander Revin
Thank you guys! Will try it that way. Best, Alex On Tue, Feb 19, 2019 at 10:57 PM Steve Dower wrote: > > And for what it's worth, most of the really active contributors from > distutils-sig seem to prefer the "Packaging" category at > https://discuss.python.org/ > > If you'd prefer to use Discou

Re: [Python-Dev] new binary wheels PEP idea

2019-02-19 Thread Steve Dower
And for what it's worth, most of the really active contributors from distutils-sig seem to prefer the "Packaging" category at https://discuss.python.org/ If you'd prefer to use Discourse, I'd suggest posting there first and also email distutils-sig with a link to the discussion. Otherwise, go

Re: [Python-Dev] new binary wheels PEP idea

2019-02-19 Thread Brett Cannon
Unfortunately you're still posted to the wrong list, Alexander. You want to mail distutils-...@python.org where packaging discussions occur. On Tue, Feb 19, 2019 at 8:19 AM Alexander Revin wrote: > Hi all, > > I have an idea regarding Python binary wheels on non-glibc platforms, > and it seems t

[Python-Dev] new binary wheels PEP idea

2019-02-19 Thread Alexander Revin
Hi all, I have an idea regarding Python binary wheels on non-glibc platforms, and it seems that initially I've posted it to the wrong list ([1]) Long story short, the proposal is to use platform tuples (like compiler ones) for wheel names, which will allow much broader platform support, for examp