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: Mon, 27 Jan 2020 20:54:54
Message-Id: 1580158481.4492f74b362b2f7c187c99f8629bc6284e599eb7.mgorny@gentoo
1 commit: 4492f74b362b2f7c187c99f8629bc6284e599eb7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 20:38:30 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 20:54:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4492f74b
7
8 dev-python/lit: Set DISTUTILS_USE_SETUPTOOLS
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/lit/lit-10.0.0.9999.ebuild | 3 ++-
13 dev-python/lit/lit-11.0.0.9999.ebuild | 3 ++-
14 dev-python/lit/lit-7.1.0.ebuild | 3 ++-
15 dev-python/lit/lit-8.0.1.ebuild | 3 ++-
16 dev-python/lit/lit-9.0.1.ebuild | 3 ++-
17 5 files changed, 10 insertions(+), 5 deletions(-)
18
19 diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild
20 index 4996ccd73ba..d53547c725e 100644
21 --- a/dev-python/lit/lit-10.0.0.9999.ebuild
22 +++ b/dev-python/lit/lit-10.0.0.9999.ebuild
23 @@ -3,7 +3,9 @@
24
25 EAPI=7
26
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28 PYTHON_COMPAT=( python2_7 python3_{6,7} )
29 +
30 inherit distutils-r1 llvm.org multiprocessing
31
32 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
33 @@ -19,7 +21,6 @@ RESTRICT="!test? ( test )"
34
35 # Tests require 'FileCheck' and 'not' utilities (from llvm)
36 BDEPEND="
37 - dev-python/setuptools[${PYTHON_USEDEP}]
38 test? (
39 dev-python/psutil[${PYTHON_USEDEP}]
40 sys-devel/llvm )"
41
42 diff --git a/dev-python/lit/lit-11.0.0.9999.ebuild b/dev-python/lit/lit-11.0.0.9999.ebuild
43 index 4996ccd73ba..d53547c725e 100644
44 --- a/dev-python/lit/lit-11.0.0.9999.ebuild
45 +++ b/dev-python/lit/lit-11.0.0.9999.ebuild
46 @@ -3,7 +3,9 @@
47
48 EAPI=7
49
50 +DISTUTILS_USE_SETUPTOOLS=rdepend
51 PYTHON_COMPAT=( python2_7 python3_{6,7} )
52 +
53 inherit distutils-r1 llvm.org multiprocessing
54
55 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
56 @@ -19,7 +21,6 @@ RESTRICT="!test? ( test )"
57
58 # Tests require 'FileCheck' and 'not' utilities (from llvm)
59 BDEPEND="
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 test? (
62 dev-python/psutil[${PYTHON_USEDEP}]
63 sys-devel/llvm )"
64
65 diff --git a/dev-python/lit/lit-7.1.0.ebuild b/dev-python/lit/lit-7.1.0.ebuild
66 index c9d754973b9..0d76068cd76 100644
67 --- a/dev-python/lit/lit-7.1.0.ebuild
68 +++ b/dev-python/lit/lit-7.1.0.ebuild
69 @@ -3,7 +3,9 @@
70
71 EAPI=6
72
73 +DISTUTILS_USE_SETUPTOOLS=rdepend
74 PYTHON_COMPAT=( python2_7 python3_{6,7} )
75 +
76 inherit distutils-r1 multiprocessing
77
78 MY_P=llvm-${PV/_/}.src
79 @@ -21,7 +23,6 @@ S=${WORKDIR}/${MY_P}/utils/lit
80
81 # Tests require 'FileCheck' and 'not' utilities (from llvm)
82 DEPEND="
83 - dev-python/setuptools[${PYTHON_USEDEP}]
84 test? (
85 dev-python/psutil[${PYTHON_USEDEP}]
86 sys-devel/llvm )"
87
88 diff --git a/dev-python/lit/lit-8.0.1.ebuild b/dev-python/lit/lit-8.0.1.ebuild
89 index 9fb91951383..03682e86273 100644
90 --- a/dev-python/lit/lit-8.0.1.ebuild
91 +++ b/dev-python/lit/lit-8.0.1.ebuild
92 @@ -3,7 +3,9 @@
93
94 EAPI=6
95
96 +DISTUTILS_USE_SETUPTOOLS=rdepend
97 PYTHON_COMPAT=( python2_7 python3_{6,7} )
98 +
99 inherit distutils-r1 multiprocessing
100
101 MY_P=llvm-${PV/_/}.src
102 @@ -21,7 +23,6 @@ S=${WORKDIR}/${MY_P}/utils/lit
103
104 # Tests require 'FileCheck' and 'not' utilities (from llvm)
105 DEPEND="
106 - dev-python/setuptools[${PYTHON_USEDEP}]
107 test? (
108 dev-python/psutil[${PYTHON_USEDEP}]
109 sys-devel/llvm )"
110
111 diff --git a/dev-python/lit/lit-9.0.1.ebuild b/dev-python/lit/lit-9.0.1.ebuild
112 index a3b7d11a88e..c87eead5cb3 100644
113 --- a/dev-python/lit/lit-9.0.1.ebuild
114 +++ b/dev-python/lit/lit-9.0.1.ebuild
115 @@ -3,7 +3,9 @@
116
117 EAPI=7
118
119 +DISTUTILS_USE_SETUPTOOLS=rdepend
120 PYTHON_COMPAT=( python2_7 python3_{6,7} )
121 +
122 inherit distutils-r1 llvm.org multiprocessing
123
124 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
125 @@ -19,7 +21,6 @@ RESTRICT="!test? ( test )"
126
127 # Tests require 'FileCheck' and 'not' utilities (from llvm)
128 BDEPEND="
129 - dev-python/setuptools[${PYTHON_USEDEP}]
130 test? (
131 dev-python/psutil[${PYTHON_USEDEP}]
132 sys-devel/llvm )"