https://bugzilla.redhat.com/show_bug.cgi?id=2061570
Miro Hrončok mhroncok@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mhroncok@redhat.com
--- Comment #1 from Miro Hrončok mhroncok@redhat.com --- Advanced Python macro-fu:
The BuildRequires (such as pip, setuptools, wheel) might be better generated (but I seem to recall that you know that, but prefer not to).
PYTHONPATH=$(ls -1d $PWD/build/lib.*) -> PYTHONPATH=%{pyproject_build_lib} (note that this macro is provisional, do report problems if you find them)
#%%check -> you can at least do %pyporject_check_import (requires %pypoject_save_files).
The LICENSE is not marked as LICENSE, consider using %pypoject_save_files and -f %{pyproject_files} to have this handled by the macros.