Default BuildOption(install) for the RPM pyproject declarative buildsystem

2024-07-03 Thread Miro Hrončok
Hello. I am working on the RPM pyproject declarative buildsystem. t;dr it turns this: BuildSystem: pyproject into this: %prep %autosetup -p1 -C %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install

Re: Default BuildOption(install) for the RPM pyproject declarative buildsystem

2024-07-03 Thread Tomáš Orsava
On 7/3/24 12:07, Miro Hrončok wrote: Hello. I am working on the RPM pyproject declarative buildsystem. t;dr it turns this: BuildSystem:  pyproject into this:     %prep     %autosetup -p1 -C     %generate_buildrequires     %pyproject_buildrequires     %build     %pyproject_whe

Re: Default BuildOption(install) for the RPM pyproject declarative buildsystem

2024-07-03 Thread Petr Viktorin
Hello, I recommend starting out with the explicit option. Requiring BuildOption(install) sounds good, and can be changed to a better default after people get some experience with the system. -- ___ python-devel mailing list -- python-devel@lists.fedora

Re: Default BuildOption(install) for the RPM pyproject declarative buildsystem

2024-07-03 Thread Petr Viktorin
Hello, I recommend starting out with the explicit option. Requiring BuildOption(install) sounds good, and can be changed to a better default after people get some experience with the system. -- ___ python-devel mailing list -- python-devel@lists.fedora