commit: 9073197c802689872d3569cfa639a20901479d28 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru> AuthorDate: Tue Dec 30 14:31:37 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 15:34:23 2025 +0000 URL: https://gitweb.gentoo.org/proj/python-guide.git/commit/?id=9073197c
distutils: mention `uv-build` build system See https://gitweb.gentoo.org/repo/gentoo.git/commit?id=77bfc6a1cdc89204c0f2daa1544ee5f402195de7 . Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru> Part-of: https://github.com/gentoo/python-guide/pull/20 Closes: https://github.com/gentoo/python-guide/pull/20 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> distutils.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/distutils.rst b/distutils.rst index 938c3c2..f97bb28 100644 --- a/distutils.rst +++ b/distutils.rst @@ -263,6 +263,7 @@ setuptools dev-python/setuptools setuptools.build_meta sip dev-python/sip sipbuild.api standalone (none) (various, see below) +uv-build dev-python/uv uv_build ================== ============================ ================================ The eclass recognizes two special values: ``no`` and ``standalone``.
