From be223e2b1c8284585fde8999c6c43cd71a4c78f1 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 12 Jun 2023 17:36:11 +0200 Subject: newebuild: Default to hatchling for Python ebuilds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny Closes: https://github.com/gentoo/gentoo-syntax/pull/61 Signed-off-by: Michał Górny --- plugin/newebuild.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim index f6a91fa..8072db0 100644 --- a/plugin/newebuild.vim +++ b/plugin/newebuild.vim @@ -161,7 +161,7 @@ fun! MakeNewEbuild() " {{{ standard default setup " {{{ extra inherits for some categories if l:category ==# "dev-python" - put ='DISTUTILS_USE_PEP517=setuptools' + put ='DISTUTILS_USE_PEP517=hatchling' put ='PYTHON_COMPAT=( ' . GentooGetPythonTargets() . ' )' put ='' put ='inherit distutils-r1 pypi' -- cgit v1.2.3-65-gdbad