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 41595158086 for ; Thu, 9 Dec 2021 15:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FCA22BC006; Thu, 9 Dec 2021 15:43:26 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2704A2BC006 for ; Thu, 9 Dec 2021 15:43:25 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2649343787 for ; Thu, 9 Dec 2021 15:43:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E11F61DC for ; Thu, 9 Dec 2021 15:43:22 +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: <1639064597.730657b1064369c2f52011740f9be3d47f96dbc6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2-cffi-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argon2-cffi-bindings/Manifest dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild dev-python/argon2-cffi-bindings/metadata.xml X-VCS-Directories: dev-python/argon2-cffi-bindings/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 730657b1064369c2f52011740f9be3d47f96dbc6 X-VCS-Branch: master Date: Thu, 9 Dec 2021 15:43:22 +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: 89c78237-7102-4be2-bc04-553368623466 X-Archives-Hash: 78132994c08112e4ab34332da1071ff8 commit: 730657b1064369c2f52011740f9be3d47f96dbc6 Author: Michael Seifert digitalernachschub de> AuthorDate: Tue Nov 30 10:53:51 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 9 15:43:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730657b1 dev-python/argon2-cffi-bindings: Added v21.2.0 Closes: https://bugs.gentoo.org/827890 Signed-off-by: Michael Seifert digitalernachschub.de> Signed-off-by: Michał Górny gentoo.org> dev-python/argon2-cffi-bindings/Manifest | 1 + .../argon2-cffi-bindings-21.2.0.ebuild | 34 ++++++++++++++++++++++ dev-python/argon2-cffi-bindings/metadata.xml | 20 +++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-python/argon2-cffi-bindings/Manifest b/dev-python/argon2-cffi-bindings/Manifest new file mode 100644 index 000000000000..d82bd13ecb26 --- /dev/null +++ b/dev-python/argon2-cffi-bindings/Manifest @@ -0,0 +1 @@ +DIST argon2-cffi-bindings-21.2.0.tar.gz 1779911 BLAKE2B 3e2e2252e37678661502ca15425196b91a7952d0bb5c7ae4ed35132e9085fbbe5d817c9c1bdec7d94eb583ab6baf9d1e1e454a24415bde1408287c5606745fb9 SHA512 71d023ae96073ed78599e4f4e42f8efcc985cc329adeea00b14b54eaac1e6a545e6ad9b7f4cfdc60a4e9c396f95053c0ccb6f6f67d92f70265f91315fff4a390 diff --git a/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild b/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild new file mode 100644 index 000000000000..e8534118a0e3 --- /dev/null +++ b/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Low-level CFFI bindings for the Argon2 password hashing library" +HOMEPAGE="https://github.com/hynek/argon2-cffi-bindings" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="cpu_flags_x86_sse2" + +DEPEND="app-crypt/argon2:=" +BDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]" +RDEPEND=" + ${DEPEND} + ${BDEPEND} +" + +DOCS=( CHANGELOG.md README.md ) + +distutils_enable_tests pytest + +src_configure() { + export ARGON2_CFFI_USE_SYSTEM=1 + # We cannot call usex in global scope, so we invoke it in src_configure + export ARGON2_CFFI_USE_SSE2=$(usex cpu_flags_x86_sse2 1 0) + distutils-r1_src_configure +} diff --git a/dev-python/argon2-cffi-bindings/metadata.xml b/dev-python/argon2-cffi-bindings/metadata.xml new file mode 100644 index 000000000000..694c155ba483 --- /dev/null +++ b/dev-python/argon2-cffi-bindings/metadata.xml @@ -0,0 +1,20 @@ + + + + + m.seifert@digitalernachschub.de + Michael Seifert + + + python@gentoo.org + Python + + + proxy-maint@gentoo.org + Proxy Maintainers + + + argon2-cffi-bindings + hynek/argon2-cffi-bindings + +