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 4351A158020 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 3828EE0878; Thu, 13 Oct 2022 04:54:39 +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 1FB11E0878 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 2667F341294 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 A5BAB615 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.6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/passlib/passlib-1.7.4-r2.ebuild X-VCS-Directories: dev-python/passlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be 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: b484e194-6747-4819-9418-099e09b5a832 X-Archives-Hash: 2acf6535c666e662c09daa3a81feb052 commit: 6a9e82efcbb4c314a4e2a9ed16c4e3b98c96e4be Author: Michał Górny gentoo org> AuthorDate: Sun Oct 9 07:39:18 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=6a9e82ef dev-python/passlib: Use test-rust flag Signed-off-by: Michał Górny gentoo.org> dev-python/passlib/passlib-1.7.4-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/passlib/passlib-1.7.4-r2.ebuild b/dev-python/passlib/passlib-1.7.4-r2.ebuild index 59fec081f5c0..01caf3e3486a 100644 --- a/dev-python/passlib/passlib-1.7.4-r2.ebuild +++ b/dev-python/passlib/passlib-1.7.4-r2.ebuild @@ -18,15 +18,15 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" SLOT="0" -IUSE="doc" +IUSE="doc test-rust" BDEPEND=" test? ( dev-python/scrypt[${PYTHON_USEDEP}] - !alpha? ( !arm? ( !hppa? ( !ia64? ( !s390? ( !sparc? ( + test-rust? ( dev-python/bcrypt[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}] - ) ) ) ) ) ) + ) )" distutils_enable_tests pytest