From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A57F2138350 for ; Mon, 27 Jan 2020 20:54:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF31FE08AB; Mon, 27 Jan 2020 20:54:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5662E089E for ; Mon, 27 Jan 2020 20:54:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BD1D34E42A for ; Mon, 27 Jan 2020 20:54:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49B688F for ; Mon, 27 Jan 2020 20:54:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1580158481.4492f74b362b2f7c187c99f8629bc6284e599eb7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lit/lit-10.0.0.9999.ebuild dev-python/lit/lit-11.0.0.9999.ebuild dev-python/lit/lit-7.1.0.ebuild dev-python/lit/lit-8.0.1.ebuild dev-python/lit/lit-9.0.1.ebuild X-VCS-Directories: dev-python/lit/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4492f74b362b2f7c187c99f8629bc6284e599eb7 X-VCS-Branch: master Date: Mon, 27 Jan 2020 20:54:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1caed0f0-d0ca-4be7-aa08-0c5cec75d586 X-Archives-Hash: ea97030b444658f9d44503a0bf735a0d commit: 4492f74b362b2f7c187c99f8629bc6284e599eb7 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 27 20:38:30 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 27 20:54:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4492f74b dev-python/lit: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny gentoo.org> dev-python/lit/lit-10.0.0.9999.ebuild | 3 ++- dev-python/lit/lit-11.0.0.9999.ebuild | 3 ++- dev-python/lit/lit-7.1.0.ebuild | 3 ++- dev-python/lit/lit-8.0.1.ebuild | 3 ++- dev-python/lit/lit-9.0.1.ebuild | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild b/dev-python/lit/lit-10.0.0.9999.ebuild index 4996ccd73ba..d53547c725e 100644 --- a/dev-python/lit/lit-10.0.0.9999.ebuild +++ b/dev-python/lit/lit-10.0.0.9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7} ) + inherit distutils-r1 llvm.org multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" @@ -19,7 +21,6 @@ RESTRICT="!test? ( test )" # Tests require 'FileCheck' and 'not' utilities (from llvm) BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )" diff --git a/dev-python/lit/lit-11.0.0.9999.ebuild b/dev-python/lit/lit-11.0.0.9999.ebuild index 4996ccd73ba..d53547c725e 100644 --- a/dev-python/lit/lit-11.0.0.9999.ebuild +++ b/dev-python/lit/lit-11.0.0.9999.ebuild @@ -3,7 +3,9 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7} ) + inherit distutils-r1 llvm.org multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" @@ -19,7 +21,6 @@ RESTRICT="!test? ( test )" # Tests require 'FileCheck' and 'not' utilities (from llvm) BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )" diff --git a/dev-python/lit/lit-7.1.0.ebuild b/dev-python/lit/lit-7.1.0.ebuild index c9d754973b9..0d76068cd76 100644 --- a/dev-python/lit/lit-7.1.0.ebuild +++ b/dev-python/lit/lit-7.1.0.ebuild @@ -3,7 +3,9 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7} ) + inherit distutils-r1 multiprocessing MY_P=llvm-${PV/_/}.src @@ -21,7 +23,6 @@ S=${WORKDIR}/${MY_P}/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )" diff --git a/dev-python/lit/lit-8.0.1.ebuild b/dev-python/lit/lit-8.0.1.ebuild index 9fb91951383..03682e86273 100644 --- a/dev-python/lit/lit-8.0.1.ebuild +++ b/dev-python/lit/lit-8.0.1.ebuild @@ -3,7 +3,9 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7} ) + inherit distutils-r1 multiprocessing MY_P=llvm-${PV/_/}.src @@ -21,7 +23,6 @@ S=${WORKDIR}/${MY_P}/utils/lit # Tests require 'FileCheck' and 'not' utilities (from llvm) DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )" diff --git a/dev-python/lit/lit-9.0.1.ebuild b/dev-python/lit/lit-9.0.1.ebuild index a3b7d11a88e..c87eead5cb3 100644 --- a/dev-python/lit/lit-9.0.1.ebuild +++ b/dev-python/lit/lit-9.0.1.ebuild @@ -3,7 +3,9 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python2_7 python3_{6,7} ) + inherit distutils-r1 llvm.org multiprocessing DESCRIPTION="A stand-alone install of the LLVM suite testing tool" @@ -19,7 +21,6 @@ RESTRICT="!test? ( test )" # Tests require 'FileCheck' and 'not' utilities (from llvm) BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/psutil[${PYTHON_USEDEP}] sys-devel/llvm )"