[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] ANN: PyQt v5.14.0 Released
From:       Benoit Pierre <benoit.pierre () gmail ! com>
Date:       2019-12-20 12:55:15
Message-ID: CA+SSzV2msVO3ORinG8oqcX_y82dYFp1YiWUf_R60DzorDYPH8A () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


On Thu, Dec 19, 2019 at 9:25 PM Phil Thompson <phil@riverbankcomputing.com>
wrote:

> PyQt v5.14.0 has been released. This adds support for Qt v5.14.0. There
> are corresponding releases of PyQtWebEngine, PyQt3D, PyQtChart,
> PyQtDataVisualization and PyQtPurchasing.
>
> These are the first releases built with SIP v5 so there may be some
> slight packaging differences. In particular the source tarballs are now
> held on PyPI.
>

Hi,

There's an issue with the build requirements which prevent pip's PEP 517
support from working, here the patch I applied to make it work:

--- pyproject.toml.orig    2019-12-20 13:51:45.860580598 +0100
+++ pyproject.toml    2019-12-20 13:51:53.268580238 +0100
@@ -1,6 +1,6 @@
 # Specify the build system requirements.
 [build-system]
-requires = ["sip >=5.0.1 <6", "PyQt-builder >=1.1.0, <2"]
+requires = ["sip >=5.0.1, <6", "PyQt-builder >=1.1.0, <2"]
 build-backend = "sipbuild.api"

 # Specify the PEP 566 metadata for the project.

Cheers,

-- 
A: Because it destroys the flow of conversation.
Q: Why is top posting dumb?

[Attachment #5 (text/html)]

<div dir="ltr"><div dir="ltr">On Thu, Dec 19, 2019 at 9:25 PM Phil Thompson &lt;<a \
href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>&gt; \
wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" \
style="margin:0px 0px 0px 0.8ex;border-left:1px solid \
rgb(204,204,204);padding-left:1ex">PyQt v5.14.0 has been released. This adds support \
for Qt v5.14.0. There <br> are corresponding releases of PyQtWebEngine, PyQt3D, \
PyQtChart, <br> PyQtDataVisualization and PyQtPurchasing.<br>
<br>
These are the first releases built with SIP v5 so there may be some <br>
slight packaging differences. In particular the source tarballs are now <br>
held on PyPI.<br></blockquote><div><br></div><div>Hi,</div><div><br></div><div>There&#39;s \
an issue with the  build requirements which prevent pip&#39;s PEP 517 support from \
working, here the patch I applied to make it work:</div><div><br></div><div>--- \
pyproject.toml.orig       2019-12-20 13:51:45.860580598 +0100<br>+++ pyproject.toml   \
2019-12-20 13:51:53.268580238 +0100<br>@@ -1,6 +1,6 @@<br>  # Specify the build \
system requirements.<br>  [build-system]<br>-requires = [&quot;sip &gt;=5.0.1 \
&lt;6&quot;, &quot;PyQt-builder &gt;=1.1.0, &lt;2&quot;]<br>+requires = [&quot;sip \
&gt;=5.0.1, &lt;6&quot;, &quot;PyQt-builder &gt;=1.1.0, &lt;2&quot;]<br>  \
build-backend = &quot;sipbuild.api&quot;<br>  <br>  # Specify the PEP 566 metadata \
for the project.<br></div><div><br></div><div>Cheers,<br></div><br></div>-- <br><div \
dir="ltr" class="gmail_signature">A: Because it destroys the flow of \
conversation.<br>Q: Why is top posting dumb?</div></div>


[Attachment #6 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic