diff options
| author | Brad Davis <brd@FreeBSD.org> | 2025-10-23 02:21:01 +0000 |
|---|---|---|
| committer | Brad Davis <brd@FreeBSD.org> | 2025-10-23 19:46:19 +0000 |
| commit | 04bbaefddd352f3ac326ad0264adc8d05408261a (patch) | |
| tree | a55035247d7a691a73cde88823cbd697ac24f2c8 | |
| parent | edaadea0c09eef293c0dc6faf249b296ed176a4c (diff) | |
| -rw-r--r-- | documentation/content/en/books/porters-handbook/special/_index.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
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-` |
