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 ED319158093 for ; Mon, 4 Jul 2022 06:57:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E64DE0896; Mon, 4 Jul 2022 06:57:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 F16E8E0896 for ; Mon, 4 Jul 2022 06:57:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1C6F9341F49 for ; Mon, 4 Jul 2022 06:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57885527 for ; Mon, 4 Jul 2022 06:57:37 +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: <1656917839.f8125448f6d6027d6569d05f64a1518f551fb10b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twisted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twisted/twisted-22.4.0-r2.ebuild X-VCS-Directories: dev-python/twisted/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f8125448f6d6027d6569d05f64a1518f551fb10b X-VCS-Branch: master Date: Mon, 4 Jul 2022 06:57:37 +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: 6e01eefd-a79a-4176-a35d-723e0d9f9fb9 X-Archives-Hash: c5092c9aa464281f6fac958342ce49af commit: f8125448f6d6027d6569d05f64a1518f551fb10b Author: Michał Górny gentoo org> AuthorDate: Sun Jun 26 09:56:29 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 4 06:57:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8125448 dev-python/twisted: Move test deps under USE flags for wd40 profiles Make the package wd40-friendly by moving the Rust-involving test dependencies under their respective USE flags (matching RDEPEND). The dependencies that can be tested on non-Rust systems remain unconditional. Signed-off-by: Michał Górny gentoo.org> dev-python/twisted/twisted-22.4.0-r2.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-python/twisted/twisted-22.4.0-r2.ebuild b/dev-python/twisted/twisted-22.4.0-r2.ebuild index d610a52c6ac3..5acedaa99e6a 100644 --- a/dev-python/twisted/twisted-22.4.0-r2.ebuild +++ b/dev-python/twisted/twisted-22.4.0-r2.ebuild @@ -56,18 +56,20 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' >=dev-python/appdirs-1.4.0[${PYTHON_USEDEP}] - dev-python/bcrypt[${PYTHON_USEDEP}] >=dev-python/constantly-15.1.0[${PYTHON_USEDEP}] dev-python/cython-test-exception-raiser[${PYTHON_USEDEP}] dev-python/idna[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] net-misc/openssh - !alpha? ( !hppa? ( !ia64? ( - >=dev-python/cryptography-0.9.1[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] + conch? ( + dev-python/bcrypt[${PYTHON_USEDEP}] + >=dev-python/cryptography-1.5.0[${PYTHON_USEDEP}] + ) + ssl? ( + >=dev-python/pyopenssl-16.0.0[${PYTHON_USEDEP}] dev-python/service_identity[${PYTHON_USEDEP}] - ) ) ) + ) ' python3_{8..10} pypy3) $(python_gen_cond_dep ' dev-python/gmpy[${PYTHON_USEDEP}]