From 04ad37cac6604e4b3503541f5f4537598ffc2afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 21 Jan 2022 13:39:39 +0100 Subject: [PATCH] dev-python/lit: Switch to PEP517 build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/lit/lit-13.0.1.9999.ebuild | 8 +++++--- dev-python/lit/lit-13.0.1_rc3.ebuild | 6 ++++-- dev-python/lit/lit-14.0.0.9999.ebuild | 8 +++++--- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/dev-python/lit/lit-13.0.1.9999.ebuild b/dev-python/lit/lit-13.0.1.9999.ebuild index 37168fbde9bd4..89c5315a5acbf 100644 --- a/dev-python/lit/lit-13.0.1.9999.ebuild +++ b/dev-python/lit/lit-13.0.1.9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 llvm.org @@ -20,7 +21,8 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm )" + sys-devel/llvm + )" LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals diff --git a/dev-python/lit/lit-13.0.1_rc3.ebuild b/dev-python/lit/lit-13.0.1_rc3.ebuild index 49771827209c1..89c5315a5acbf 100644 --- a/dev-python/lit/lit-13.0.1_rc3.ebuild +++ b/dev-python/lit/lit-13.0.1_rc3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 llvm.org @@ -20,7 +21,8 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm )" + sys-devel/llvm + )" LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals diff --git a/dev-python/lit/lit-14.0.0.9999.ebuild b/dev-python/lit/lit-14.0.0.9999.ebuild index 37168fbde9bd4..89c5315a5acbf 100644 --- a/dev-python/lit/lit-14.0.0.9999.ebuild +++ b/dev-python/lit/lit-14.0.0.9999.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 llvm.org @@ -20,7 +21,8 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( dev-python/psutil[${PYTHON_USEDEP}] - sys-devel/llvm )" + sys-devel/llvm + )" LLVM_COMPONENTS=( llvm/utils/lit ) llvm.org_set_globals