docs/buildPythonPackage: reformat

This commit is contained in:
phaer 2024-06-24 12:47:27 +02:00
parent 00ccd3da76
commit 35e13f912a

View File

@ -93,13 +93,15 @@ in {
description = '' description = ''
Whether the pyproject format should be used. When set to `true`, Whether the pyproject format should be used. When set to `true`,
`pypaBuildHook` will be used, and you can add the required build dependencies `pypaBuildHook` will be used, and you can add the required build dependencies
from `build-system.requires` to `build-system`. Note that the pyproject from `build-system.requires` to `build-system`.
format falls back to using `setuptools`, so you can use `pyproject = true`
even if the package only has a `setup.py`. When set to `false`, you can Note that the pyproject format falls back to using `setuptools`, so
use the existing hooks or provide your own logic to build the you can use `pyproject = true` even if the package only has a `setup.py`.
package. This can be useful for packages that don't support the pyproject When set to `false`, you can use the existing hooks or provide your own
format. When unset, the legacy `setuptools` hooks are used for backwards logic to build the package. This can be useful for packages that don't
compatibility. support the pyproject format.
When unset, the legacy `setuptools` hooks are used for backwards compatibility.
''; '';
}; };