I'm trying to update pywt to 1.6 or 1.8 here:
https://src.fedoraproject.org/rpms/python-pywt/pull-request/6
I'm running into an issue where it seems that I must install the built wheel locally so that I can then build the docs, but I don't know how to do that.
When I do that locally it works (network!) but then I get doc build failures as well.
TIA, Orion
On 19. 12. 24 16:30, Orion Poplawski via python-devel wrote:
I'm trying to update pywt to 1.6 or 1.8 here:
https://src.fedoraproject.org/rpms/python-pywt/pull-request/6
I'm running into an issue where it seems that I must install the built wheel locally so that I can then build the docs, but I don't know how to do that.
When I do that locally it works (network!) but then I get doc build failures as well.
Does moving sphinx-build after %pyproject_install work? With %py3_test_envvars.
Something like this https://src.fedoraproject.org/rpms/fontmake/blob/rawhide/f/fontmake.spec#_92
On 12/19/24 09:25, Miro Hrončok wrote:
On 19. 12. 24 16:30, Orion Poplawski via python-devel wrote:
I'm trying to update pywt to 1.6 or 1.8 here:
https://src.fedoraproject.org/rpms/python-pywt/pull-request/6
I'm running into an issue where it seems that I must install the built wheel locally so that I can then build the docs, but I don't know how to do that.
When I do that locally it works (network!) but then I get doc build failures as well.
Does moving sphinx-build after %pyproject_install work? With %py3_test_envvars.
Something like this https://src.fedoraproject.org/rpms/fontmake/blob/ rawhide/f/fontmake.spec#_92
That works, thanks. I do seem to have a too rigid mindset of "build things go in %build" and "install things go in %install".
python-devel@lists.fedoraproject.org