Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/
Date: Fri, 21 Jan 2022 15:38:37
Message-Id: 1642779462.04ad37cac6604e4b3503541f5f4537598ffc2afd.mgorny@gentoo
1 commit: 04ad37cac6604e4b3503541f5f4537598ffc2afd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 12:39:39 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 15:37:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04ad37ca
7
8 dev-python/lit: Switch to PEP517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-13.0.1.9999.ebuild | 8 +++++---
13 dev-python/lit/lit-13.0.1_rc3.ebuild | 6 ++++--
14 dev-python/lit/lit-14.0.0.9999.ebuild | 8 +++++---
15 3 files changed, 14 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-python/lit/lit-13.0.1.9999.ebuild b/dev-python/lit/lit-13.0.1.9999.ebuild
18 index 37168fbde9bd..89c5315a5acb 100644
19 --- a/dev-python/lit/lit-13.0.1.9999.ebuild
20 +++ b/dev-python/lit/lit-13.0.1.9999.ebuild
21 @@ -1,8 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 +DISTUTILS_USE_PEP517=setuptools
30 PYTHON_COMPAT=( python3_{8..10} )
31
32 inherit distutils-r1 llvm.org
33 @@ -20,7 +21,8 @@ RESTRICT="!test? ( test )"
34 BDEPEND="
35 test? (
36 dev-python/psutil[${PYTHON_USEDEP}]
37 - sys-devel/llvm )"
38 + sys-devel/llvm
39 + )"
40
41 LLVM_COMPONENTS=( llvm/utils/lit )
42 llvm.org_set_globals
43
44 diff --git a/dev-python/lit/lit-13.0.1_rc3.ebuild b/dev-python/lit/lit-13.0.1_rc3.ebuild
45 index 49771827209c..89c5315a5acb 100644
46 --- a/dev-python/lit/lit-13.0.1_rc3.ebuild
47 +++ b/dev-python/lit/lit-13.0.1_rc3.ebuild
48 @@ -1,8 +1,9 @@
49 # Copyright 1999-2022 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 -EAPI=7
53 +EAPI=8
54
55 +DISTUTILS_USE_PEP517=setuptools
56 PYTHON_COMPAT=( python3_{8..10} )
57
58 inherit distutils-r1 llvm.org
59 @@ -20,7 +21,8 @@ RESTRICT="!test? ( test )"
60 BDEPEND="
61 test? (
62 dev-python/psutil[${PYTHON_USEDEP}]
63 - sys-devel/llvm )"
64 + sys-devel/llvm
65 + )"
66
67 LLVM_COMPONENTS=( llvm/utils/lit )
68 llvm.org_set_globals
69
70 diff --git a/dev-python/lit/lit-14.0.0.9999.ebuild b/dev-python/lit/lit-14.0.0.9999.ebuild
71 index 37168fbde9bd..89c5315a5acb 100644
72 --- a/dev-python/lit/lit-14.0.0.9999.ebuild
73 +++ b/dev-python/lit/lit-14.0.0.9999.ebuild
74 @@ -1,8 +1,9 @@
75 -# Copyright 1999-2021 Gentoo Authors
76 +# Copyright 1999-2022 Gentoo Authors
77 # Distributed under the terms of the GNU General Public License v2
78
79 -EAPI=7
80 +EAPI=8
81
82 +DISTUTILS_USE_PEP517=setuptools
83 PYTHON_COMPAT=( python3_{8..10} )
84
85 inherit distutils-r1 llvm.org
86 @@ -20,7 +21,8 @@ RESTRICT="!test? ( test )"
87 BDEPEND="
88 test? (
89 dev-python/psutil[${PYTHON_USEDEP}]
90 - sys-devel/llvm )"
91 + sys-devel/llvm
92 + )"
93
94 LLVM_COMPONENTS=( llvm/utils/lit )
95 llvm.org_set_globals