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 72E86138239 for ; Wed, 13 Jan 2021 14:59:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D3BE08EB; Wed, 13 Jan 2021 14:59:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9B619E08EC for ; Wed, 13 Jan 2021 14:59:12 +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 27A82340B37 for ; Wed, 13 Jan 2021 14:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF26A32B for ; Wed, 13 Jan 2021 14:59:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610549942.9d7248b2d9c7f4a2605f4174306e4eb829e3dd14.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yappi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yappi/yappi-1.3.2.ebuild X-VCS-Directories: dev-python/yappi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d7248b2d9c7f4a2605f4174306e4eb829e3dd14 X-VCS-Branch: master Date: Wed, 13 Jan 2021 14:59:09 +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: 0274b411-a974-4cc9-a706-01744c0a76a5 X-Archives-Hash: c4e0a66a585838fa96e1ebbedb45ea4e commit: 9d7248b2d9c7f4a2605f4174306e4eb829e3dd14 Author: Sam James gentoo org> AuthorDate: Wed Jan 13 14:57:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 13 14:59:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7248b2 dev-python/yappi: sync 1.3.2 with new 1.3.0 (test dep) Adds the new dev-python/gevent test dependency. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> dev-python/yappi/yappi-1.3.2.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-python/yappi/yappi-1.3.2.ebuild b/dev-python/yappi/yappi-1.3.2.ebuild index ae71996be05..b3c4ebc6602 100644 --- a/dev-python/yappi/yappi-1.3.2.ebuild +++ b/dev-python/yappi/yappi-1.3.2.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{7..9}) + +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,10 +18,10 @@ S="${WORKDIR}/${PN}-${COMMIT_HASH}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" -#RDEPEND=" -# $(python_gen_cond_dep 'dev-python/contextvars[${PYTHON_USEDEP}]' 'python3_6') -#" +BDEPEND="test? ( dev-python/gevent[${PYTHON_USEDEP}] )" distutils_enable_tests unittest