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 83925158088 for ; Fri, 29 Oct 2021 15:30:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E69E0848; Fri, 29 Oct 2021 15:30:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9E776E0848 for ; Fri, 29 Oct 2021 15:30:35 +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 8FC9C343341 for ; Fri, 29 Oct 2021 15:30:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C006D18E for ; Fri, 29 Oct 2021 15:30:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635521411.909ed7a164d3584cd45554ef27f19d8d5df2daa0.arthurzam@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-r1.ebuild X-VCS-Directories: dev-python/passlib/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 909ed7a164d3584cd45554ef27f19d8d5df2daa0 X-VCS-Branch: master Date: Fri, 29 Oct 2021 15:30:31 +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: 6dc59dd4-9202-43df-bcf0-0e198842d348 X-Archives-Hash: 647973828f0c967b1dbefb07a17d9c57 commit: 909ed7a164d3584cd45554ef27f19d8d5df2daa0 Author: Michael Seifert digitalernachschub de> AuthorDate: Fri Oct 29 07:41:50 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 29 15:30:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909ed7a1 dev-python/passlib: Added argon2-cffi to optfeatures Closes: https://bugs.gentoo.org/820668 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Seifert digitalernachschub.de> Closes: https://github.com/gentoo/gentoo/pull/22750 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/passlib/passlib-1.7.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/passlib/passlib-1.7.4-r1.ebuild b/dev-python/passlib/passlib-1.7.4-r1.ebuild index 80df1c62662..f4c350e93f5 100644 --- a/dev-python/passlib/passlib-1.7.4-r1.ebuild +++ b/dev-python/passlib/passlib-1.7.4-r1.ebuild @@ -31,6 +31,7 @@ python_install_all() { } pkg_postinst() { + optfeature "Argon2 support" dev-python/argon2-cffi optfeature "bcrypt support" dev-python/bcrypt optfeature "scrypt support" dev-python/scrypt optfeature "Time-based One-Time Password (TOTP) support" dev-python/cryptography