Questions about %pyproject_buildrequires
by Scott Talbert
Hi all,
First, is it possible to use this macro if the pyproject.toml isn't in the
root directory of the package? There doesn't seem to be an option to
specify a path, so I tried cd'ing into a path and running it, but it
seemed to run into an odd error like it was trying to include my directory
as a package.
Second, can %pyproject_buildrequires (and the other %pyproject_ macros) be
used multiple times in a package? I have a package that has multiple
pyproject.toml files in it (but that's mostly a legacy thing, so I could
probably separate them into multiple RPMs).
Thanks,
Scott
1 week, 1 day
Need help with build failure
by Mattia Verga
python-calcephpy builds were FTB since between the F39 mass rebuild (which completed fine) and the Cython 3.x change (which started to fail).
While I was waiting for upstream to fix the package for compatibility with Cython 3.x I tried to rebuild it forcing cython < 3.0, but I got an odd build failure to which I didn't pay great attention, I simply thought about some glitch trying to force the cython version to the compat package.
Now that upstream released a new version compatible with Cython 3.x I tried to update the package, but I still get the odd build failure. It seems that during the configure script the package complains about being cross-built... the latest build attempt completed fine on i686 and ppc64le, while failed on other architectures.
Does anyone have any idea about this?
Thanks
Mattia
[1] https://koji.fedoraproject.org/koji/packageinfo?packageID=32685
[2] https://koji.fedoraproject.org/koji/taskinfo?taskID=105822496
1 week, 6 days