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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A569159C9B for ; Sat, 10 Aug 2024 20:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D28102BC0DE; Sat, 10 Aug 2024 20:34:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B95522BC0DC for ; Sat, 10 Aug 2024 20:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9A61C343136 for ; Sat, 10 Aug 2024 20:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 204731EE8 for ; Sat, 10 Aug 2024 20:34:40 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1723317215.1a3bbf6f245f2cf421924cf975edd429af348821.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/jpype/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/jpype/jpype-1.5.0.ebuild X-VCS-Directories: dev-python/jpype/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 1a3bbf6f245f2cf421924cf975edd429af348821 X-VCS-Branch: master Date: Sat, 10 Aug 2024 20:34:40 +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: 2e86292d-86b4-4d5e-8517-a1e40f994e05 X-Archives-Hash: 9f890b6e72026e6764354683dadc7dd4 commit: 1a3bbf6f245f2cf421924cf975edd429af348821 Author: Ivan Lloro gmail com> AuthorDate: Sat Aug 10 19:12:51 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sat Aug 10 19:13:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a3bbf6f dev-python/jpype: Move test dependency to BDEPEND Signed-off-by: Ivan Lloro gmail.com> dev-python/jpype/jpype-1.5.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/jpype/jpype-1.5.0.ebuild b/dev-python/jpype/jpype-1.5.0.ebuild index e59607b31..b04c76ab1 100644 --- a/dev-python/jpype/jpype-1.5.0.ebuild +++ b/dev-python/jpype/jpype-1.5.0.ebuild @@ -18,13 +18,14 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=" +BDEPEND=" test? ( dev-python/pyinstaller ) - virtual/jdk " +RDEPEND="virtual/jdk" + distutils_enable_tests pytest # WORKAROUND: Overload function to nullify blocking QA check.