Re: [Distutils] PyPI support for linux_ppc64le

2018-03-22 Thread Thomas Kluyver
On Mon, Mar 19, 2018, at 12:37 PM, Thomas Kluyver wrote: > If we're happy with that, I can also look at changing the glibc > version thing, but that will probably involve a bit more actual > thought. ;-) I've opened another PR for this: https://github.com/python/peps/pull/597

Re: [Distutils] PyPI support for linux_ppc64le

2018-03-19 Thread Thomas Kluyver
On Wed, Mar 14, 2018, at 2:12 PM, Nick Coghlan wrote: > Mark was OK with changing PEP 571 over to manylinux2010, but there are > also some fixes needed for the current Platform Detection section, > which isn't spelling out the version of glibc used as the baseline > marker: >

Re: [Distutils] PyPI support for linux_ppc64le

2018-03-14 Thread Nick Coghlan
On 13 March 2018 at 00:42, Thomas Kluyver wrote: > On Mon, Mar 12, 2018, at 2:35 PM, Alex Grönholm wrote: > > The manylinux1 platform only supports x86-64 and x86-32 (i686) > architectures. A quote from PEP 513: > > Because CentOS 5 is only available for x86_64 and i686

Re: [Distutils] PyPI support for linux_ppc64le

2018-03-12 Thread Thomas Kluyver
On Mon, Mar 12, 2018, at 2:35 PM, Alex Grönholm wrote: > The manylinux1 platform only supports x86-64 and x86-32 (i686) > architectures. A quote from PEP 513:> Because CentOS 5 is only available for > x86_64 and i686 architectures, > these are the only architectures currently supported by the >

Re: [Distutils] PyPI support for linux_ppc64le

2018-03-12 Thread Alex Grönholm
The manylinux1 platform only supports x86-64 and x86-32 (i686) architectures. A quote from PEP 513: Because CentOS 5 is only available for x86_64 and i686 architectures, these are the only architectures currently supported by the manylinux1 policy. If support is to be extended to other

Re: [Distutils] PyPI support for linux_ppc64le

2018-03-12 Thread Paul Moore
On 12 March 2018 at 14:26, Matt McCormick wrote: > Hi, > > I created a wheel for Linux / ppc64le (built on CentOS 7). When I try > to upload to PyPI via twine, the error message results: > > unsupported platform tag 'linux_ppc64le' > > > What is the status of the

[Distutils] PyPI support for linux_ppc64le

2018-03-12 Thread Matt McCormick
Hi, I created a wheel for Linux / ppc64le (built on CentOS 7). When I try to upload to PyPI via twine, the error message results: unsupported platform tag 'linux_ppc64le' What is the status of the ppc64le wheel support? Is pip / PyPI support expected soon? Thanks, Matt