[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 _

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 ppc64le wheel support? Is pip /

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 archi

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 > ma