Re: An unsuccessful case study: Using pyproject-rpm-macros with PyQt-builder and sip 5

2021-07-21 Thread Miro Hrončok
On 21. 07. 21 20:25, Scott Talbert wrote: Miro, do you know any examples of Fedora packages that are using PEP-517 build systems that build extension modules (successfully)? This following CI spec files: printrun.spec python-ldap.spec python-markupsafe.spec python-mistune.spec All in https:/

Re: An unsuccessful case study: Using pyproject-rpm-macros with PyQt-builder and sip 5

2021-07-21 Thread Scott Talbert
On Wed, 23 Jun 2021, Miro Hrončok wrote: %pyproject_buildrequires works and generates requirements on python3dist(sip) and python3dist(pyqt-builder) \o/ %pyproject_buildrequires -r doesn't work. It says: ValueError: build backend cannot provide build metadata (incl. runtime requirements) be