git: 04bbaefddd - main - Document USE_PYTHON=pep517
Brad Davis <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/doc/commit/?id=04bbaefddd352f3ac326ad0264adc8d05408261a commit 04bbaefddd352f3ac326ad0264adc8d05408261a Author: Brad Davis <[email protected]> AuthorDate: 2025-10-23 02:21:01 +0000 Commit: Brad Davis <[email protected]> CommitDate: 2025-10-23 19:46:19 +0000 Document USE_PYTHON=pep517 Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D53289 --- documentation/content/en/books/porters-handbook/special/_index.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 87604ac0cb..ffb853444f 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -3578,6 +3578,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |`USE_PYTHON=optsuffix` |If the current Python version is not the default version, the port will gain `PKGNAMESUFFIX=${PYTHON_PKGNAMESUFFIX}`. Only useful with flavors. +|`USE_PYTHON=pep517` +|Support building and installing wheels according to the PEP-517 standard. + |`PYTHON_PKGNAMEPREFIX` |Used as a `PKGNAMEPREFIX` to distinguish packages for different Python versions. Example: `py27-`