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
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
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
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