https://bugzilla.redhat.com/show_bug.cgi?id=2061570

Miro Hrončok <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Miro Hrončok <[email protected]> ---
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.


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2061570
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to