<div dir="ltr">Hi,<div><br></div><div>Is it possible to put the source version on PyPi? In this case on linux pip could try to build PyQt (not tested) and we will have this solution has a fallback for easier installation on weird linux distribution where PyQt is not packaged.</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Apr 19, 2016 at 5:12 PM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Having read the PEP I don't think it's possible to produce a compliant<br>
PyQt wheel because of the additional libraries required by Qt. However I<br>
can produce a non-compliant one with the manylinux tag so that it will<br>
be handled by PyPI.<br>
<br>
I assume that is better than nothing?<br>
<br>
Phil<br>
<br>
On 18/04/2016 4:39 pm, Adrien Tétar wrote:<br>
> Phil,<br>
><br>
> PyPI *does* accept wheels that comply with the manylinux spec.<br>
><br>
> See e.g. Cython packages: <a href="https://pypi.python.org/pypi/Cython/" rel="noreferrer" target="_blank">https://pypi.python.org/pypi/Cython/</a><br>
><br>
> Quoting the GitHub project I posted previously:<br>
><br>
> "Wheel packages compliant with those tags can be uploaded to PyPI (for<br>
> instance with twine) and can be installed with pip 8.1 and later."<br>
><br>
><br>
> Thanks,<br>
><br>
> Adrien Tétar<br>
><br>
> ________________________________________<br>
> De : Phil Thompson <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>><br>
> Envoyé : lundi 18 avril 2016 14:49<br>
> À : Adrien Tétar<br>
> Cc : PyQT mailing list<br>
> Objet : Re: [PyQt] New Set of Development  Wheels for PyQt5 v5.6<br>
><br>
> On 18 Apr 2016, at 1:39 pm, Adrien Tétar <<a href="mailto:adrien.tetar@hotmail.fr" target="_blank">adrien.tetar@hotmail.fr</a>><br>
> wrote:<br>
>><br>
>>> From: <a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a><br>
>>> Date: Wed, 13 Apr 2016 19:08:43 +0100<br>
>>> To: <a href="mailto:pyqt@riverbankcomputing.com" target="_blank">pyqt@riverbankcomputing.com</a><br>
>>> Subject: [PyQt] New Set of Development Wheels for PyQt5 v5.6<br>
>>><br>
>>> I've created a new set of wheels for the latest snapshot of PyQt5<br>
>>> v5.6.<br>
>>><br>
>>> Wheels for OS X and Windows can now be installed with pip3 from PyPi.<br>
>>> Just do...<br>
>>><br>
>>> pip3 install PyQt5<br>
>>><br>
>>> ...which will also automatically install the approprate sip wheel as<br>
>>> well.<br>
>>><br>
>>> PyPi doesn't host Linux wheels so that can be downloaded from...<br>
>><br>
>> Phil,<br>
>><br>
>> Have you tried making a PyPI manylinux wheel? That would be most<br>
>> useful for compatibility across distros.<br>
>><br>
>> <a href="https://github.com/pypa/manylinux" rel="noreferrer" target="_blank">https://github.com/pypa/manylinux</a><br>
><br>
> I will when it can be hosted by PyPI.<br>
><br>
> Phil<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></blockquote></div>