Re: A tool to convert Python packages to pyproject RPM macros

2024-10-12 Thread Miro Hrončok via python-devel
On 12. 10. 24 0:32, Adam Williamson wrote: On Fri, 2024-10-11 at 21:29 +0200, Michal Ambroz wrote: Hello Miro, Thank you very much for the tool - I am adding it to toolbox. I actually love the new pyproject macros, but in the past there were some discrepancies between Fedora and EPEL where no

A tool to convert Python packages to pyproject RPM macros

2024-10-10 Thread Miro Hrončok via python-devel
Hello Pythonistas, The old %py3_build and %py3_install macros (201x-era) as documented in [1] use a deprecated feature of setuptools. It is highly recommended to use the current %pyproject macros instead as documented in [2] and [3] sooner than it becomes necessary. To help you convert your