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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8D451382C5 for ; Thu, 25 Jun 2020 10:10:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D09ACE08DC; Thu, 25 Jun 2020 10:10:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0ED0E08DC for ; Thu, 25 Jun 2020 10:10:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D55D834F189 for ; Thu, 25 Jun 2020 10:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 399AF2B2 for ; Thu, 25 Jun 2020 10:10:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1593079809.cba99bdf8ddafd409abdf02e8ac336dc9f275324.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argon2_cffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/argon2_cffi/Manifest dev-python/argon2_cffi/argon2_cffi-20.1.0.ebuild X-VCS-Directories: dev-python/argon2_cffi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: cba99bdf8ddafd409abdf02e8ac336dc9f275324 X-VCS-Branch: master Date: Thu, 25 Jun 2020 10:10:24 +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: 55d19553-cc20-4c34-a917-f7510a6500ea X-Archives-Hash: 1b1cc51ef94673bb53932810da9c0886 commit: cba99bdf8ddafd409abdf02e8ac336dc9f275324 Author: Michael Seifert digitalernachschub de> AuthorDate: Sat Jun 6 07:46:24 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jun 25 10:10:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba99bdf dev-python/argon2_cffi: Bumped to v20.1.0. Closes: https://bugs.gentoo.org/727278 Signed-off-by: Michael Seifert digitalernachschub.de> Signed-off-by: Joonas Niilola gentoo.org> dev-python/argon2_cffi/Manifest | 1 + dev-python/argon2_cffi/argon2_cffi-20.1.0.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-python/argon2_cffi/Manifest b/dev-python/argon2_cffi/Manifest index a07906082a0..73d7d0d5ba2 100644 --- a/dev-python/argon2_cffi/Manifest +++ b/dev-python/argon2_cffi/Manifest @@ -1 +1,2 @@ +DIST argon2-cffi-20.1.0.tar.gz 1814415 BLAKE2B c216349beffa263fd96df23f40a8102b56a88b8320e64ac062ecfea4582efa34b298ba223437bfbfc422b68a3d9b9ea769c384db078c633103f2aae3cd38bd5b SHA512 d1d798e3e51ed67c4f523a66081fea99479ee986b5cfc36b250954e757b9846625681445447f9347519d9988f8a2ace2e3c8ce5817c5c6b4767819cf56ee0af2 DIST argon2_cffi-19.1.0.tar.gz 1808120 BLAKE2B f30afe3c270fe4ff41ee97418a49480d7ec7235db659d033926cb7380afb664ab61cfb41fbae2f8581c6873c474746431a1360abc134244803acab73836ed533 SHA512 9bc10f0dfbb199e0ae0c9bd6a7c9183a5b0b108966d89bacf8ee744a926d400bccc14869b889a2482be4a5c48bd7ed0464cf316ecad74b758a5493beed7d466c diff --git a/dev-python/argon2_cffi/argon2_cffi-20.1.0.ebuild b/dev-python/argon2_cffi/argon2_cffi-20.1.0.ebuild new file mode 100644 index 00000000000..59bc90bde39 --- /dev/null +++ b/dev-python/argon2_cffi/argon2_cffi-20.1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="CFFI bindings to the Argon2 password hashing library" +HOMEPAGE="https://github.com/hynek/argon2-cffi" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/argon2-cffi-${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPEND=" + app-crypt/argon2:= + dev-python/six[${PYTHON_USEDEP}] + virtual/python-cffi[${PYTHON_USEDEP}] +" +RDEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/hypothesis[${PYTHON_USEDEP}] + ) +" + +DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst ) +S="${WORKDIR}/argon2-cffi-${PV}" + +distutils_enable_sphinx docs +distutils_enable_tests pytest + +python_configure_all() { + export ARGON2_CFFI_USE_SYSTEM=1 +}