diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-01 11:17:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-14 14:26:06 +0200 |
commit | f5102bba40a66015d03da8f20387c0f9f40d56f9 (patch) | |
tree | 846dcfaed024e2cc314710c2305a4acc89dd223f /eclass | |
parent | distutils-r1.eclass: Doc DISTUTILS_OPTIONAL + DISTUTILS_SINGLE_IMPL (diff) | |
download | gentoo-f5102bba40a66015d03da8f20387c0f9f40d56f9.tar.gz gentoo-f5102bba40a66015d03da8f20387c0f9f40d56f9.tar.bz2 gentoo-f5102bba40a66015d03da8f20387c0f9f40d56f9.zip |
distutils-r1.eclass: Doc DISTUTILS_IN_SOURCE_BUILD as deprecated
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 392725d48121..2b610a4d2ceb 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -371,6 +371,7 @@ unset -f _distutils_set_globals # @ECLASS_VARIABLE: DISTUTILS_IN_SOURCE_BUILD # @DEFAULT_UNSET +# @DEPRECATED: (none) # @DESCRIPTION: # If set to a non-null value, in-source builds will be enabled. # If unset, the default is to use in-source builds when python_prepare() @@ -384,6 +385,9 @@ unset -f _distutils_set_globals # on the sources directly, prepending setup.py arguments with # 'build --build-base ${BUILD_DIR}' to enforce keeping & using built # files in the specific root. +# +# In-source builds are deprecated and no longer supported in PEP517 +# mode. # @ECLASS_VARIABLE: DISTUTILS_ALL_SUBPHASE_IMPLS # @DEFAULT_UNSET |