Re: ANN: PyQt v5.14.0 Released
Benoit Pierre <[email protected]>
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <CA+SSzV2msVO3ORinG8oqcX_y82dYFp1YiWUf_R60DzorDYPH8A@mail.gmail.com> |
On Thu, Dec 19, 2019 at 9:25 PM Phil Thompson <[email protected]> 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? _______________________________________________ PyQt mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/pyqt