Re: Using the pyproject-build-system

2024-01-17 Thread Simon Tournier
Hi, On Tue, 16 Jan 2024 at 00:19, Troy Figiel wrote: > Although not fully PEP 517-compliant according the documentation, the > pyproject-build-system does seem to fall back to setuptools.build_meta > if the pyproject.toml is missing. Contrary to what the name implies to > me, it can therefore al

Re: Using the pyproject-build-system

2024-01-17 Thread Maxim Cournoyer
Hi, Troy Figiel writes: > Hi Guix/Python team, > > My fix for python-requests-kerberos was pushed today (thanks Oleg!) and > I thought it would be an appropriate moment to ask about the > pyproject-build-system. In short, is the pyproject-build-system a > preferable default over the python-build

Using the pyproject-build-system

2024-01-15 Thread Troy Figiel
Hi Guix/Python team, My fix for python-requests-kerberos was pushed today (thanks Oleg!) and I thought it would be an appropriate moment to ask about the pyproject-build-system. In short, is the pyproject-build-system a preferable default over the python-build-system? The manual states "experiment