| Store | Cart

Re: [Distutils] Proposal: using /etc/os-release in the "platform tag" definition for wheel files

From: Matthias Klose <d...@ubuntu.com>
Fri, 28 Nov 2014 16:31:40 +0100
On 11/28/2014 07:03 AM, Nick Coghlan wrote:
> We've discussed the idea of changing the wheel file naming scheme to> deal with Linux previously, but never put together a concrete> proposal.>> The closest we've got is the idea of allowing the platform tag to be> customised in pip and perhaps bdist_wheel, and while that's good from> an "enabling experimentation" perspective, it may be overkill if the> primary goal is just to better support handling of Linux distros.>> For starters, here's the current definition of the platform tag in PEP 425:

hmm, maybe you repeat the rationale here for starters?

> =================> The platform tag is simply distutils.util.get_platform() with all> hyphens - and periods . replaced with underscore _ .>> * win32> * linux_i386> * linux_x86_64> =================

this is already wrong for ARM32 soft-float and hard-float, and x86_64-linux-gnu 
and x86_64-linux-gnux32.  If something is changed, then please change that as 
well, maybe using something already defined like the multiarch triplet.

_______________________________________________
Distutils-SIG maillist  -  Dist...@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Recent Messages in this Thread
Nick Coghlan Nov 28, 2014 06:03 am
Antoine Pitrou Nov 28, 2014 08:19 am
Nick Coghlan Nov 28, 2014 03:27 pm
Antoine Pitrou Nov 28, 2014 03:51 pm
Nick Coghlan Nov 29, 2014 03:47 pm
Antoine Pitrou Nov 29, 2014 04:10 pm
Nick Coghlan Nov 29, 2014 05:02 pm
Donald Stufft Nov 29, 2014 05:40 pm
Antoine Pitrou Nov 29, 2014 05:41 pm
Tres Seaver Nov 29, 2014 05:39 pm
Marius Gedminas Nov 28, 2014 08:40 am
Matthias Klose Nov 28, 2014 03:31 pm
Nick Coghlan Nov 28, 2014 03:38 pm
Marcus Smith Dec 01, 2014 01:41 am
Olivier Grisel Dec 02, 2014 10:57 am
Nick Coghlan Dec 02, 2014 11:56 am
Messages in this thread