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 190F2158020 for ; Thu, 13 Oct 2022 04:54:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2134AE087A; Thu, 13 Oct 2022 04:54:39 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0531DE0878 for ; Thu, 13 Oct 2022 04:54:39 +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 10B62340DA0 for ; Thu, 13 Oct 2022 04:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91B6C613 for ; Thu, 13 Oct 2022 04:54:36 +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: <1665636753.b025ab91f84ec8ba99e0b462c261f1adb6dc43e8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-22.2.2.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b025ab91f84ec8ba99e0b462c261f1adb6dc43e8 X-VCS-Branch: master Date: Thu, 13 Oct 2022 04:54:36 +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: d021fcc0-89ac-4423-a06f-06e95909863d X-Archives-Hash: 291a994fabe4f7ea0e4b8a3f7f5be295 commit: b025ab91f84ec8ba99e0b462c261f1adb6dc43e8 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 9 07:37:13 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 13 04:52:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b025ab91 dev-python/pip: Use test-rust flag for cryptography dep Signed-off-by: Michał Górny gentoo.org> dev-python/pip/pip-22.2.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pip/pip-22.2.2.ebuild b/dev-python/pip/pip-22.2.2.ebuild index 1cfe45d40d06..ff18a3946fa0 100644 --- a/dev-python/pip/pip-22.2.2.ebuild +++ b/dev-python/pip/pip-22.2.2.ebuild @@ -41,7 +41,7 @@ LICENSE="MIT" LICENSE+=" Apache-2.0 BSD BSD-2 ISC LGPL-2.1+ MPL-2.0 PSF-2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" SLOT="0" -IUSE="vanilla" +IUSE="test-rust vanilla" RDEPEND=" >=dev-python/setuptools-39.2.0[${PYTHON_USEDEP}] @@ -57,9 +57,9 @@ BDEPEND=" dev-python/tomli-w[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/wheel[${PYTHON_USEDEP}] - !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? ( + test-rust? ( dev-python/cryptography[${PYTHON_USEDEP}] - ) ) ) ) ) ) + ) ' "${PYTHON_TESTED[@]}") ) "