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 BA718158018 for ; Mon, 4 Oct 2021 20:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF3DE08EB; Mon, 4 Oct 2021 20:54:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2710E08E5 for ; Mon, 4 Oct 2021 20:54:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C804343058 for ; Mon, 4 Oct 2021 20:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA5EB116 for ; Mon, 4 Oct 2021 20:54:38 +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: <1633380747.278e504293420951a13ee4df55005d04b2049abe.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 278e504293420951a13ee4df55005d04b2049abe X-VCS-Branch: master Date: Mon, 4 Oct 2021 20:54:38 +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: e6a1ba4b-2a19-4175-9557-4980758511f8 X-Archives-Hash: 825388ac299311088688ae4daef7cda0 commit: 278e504293420951a13ee4df55005d04b2049abe Author: Michał Górny gentoo org> AuthorDate: Mon Oct 4 20:52:27 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 4 20:52:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278e5042 dev-python/argon2-cffi: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/argon2-cffi/Manifest | 1 - dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild | 44 ------------------------ 2 files changed, 45 deletions(-) diff --git a/dev-python/argon2-cffi/Manifest b/dev-python/argon2-cffi/Manifest index 000c51bb9b6..1210172f4cb 100644 --- a/dev-python/argon2-cffi/Manifest +++ b/dev-python/argon2-cffi/Manifest @@ -1,2 +1 @@ -DIST argon2-cffi-20.1.0.tar.gz 1814415 BLAKE2B c216349beffa263fd96df23f40a8102b56a88b8320e64ac062ecfea4582efa34b298ba223437bfbfc422b68a3d9b9ea769c384db078c633103f2aae3cd38bd5b SHA512 d1d798e3e51ed67c4f523a66081fea99479ee986b5cfc36b250954e757b9846625681445447f9347519d9988f8a2ace2e3c8ce5817c5c6b4767819cf56ee0af2 DIST argon2-cffi-21.1.0.tar.gz 1807800 BLAKE2B 47b1e785b7eb173b671a44e9212af76a59f453c3c0d0e5f2c437e7a62132abf86ab6baa8bdd656ad28d00a151296a66211d365c0afe228821c8c1ff1a0a66c46 SHA512 bbfebd2c075f360a6c1c187c0789be2aae7480b9398f36db7bdfe74f288d9e00b44a788918c54f4cc8bb1947136ab0493f61975de408c482a5131e2bf1a8f4d0 diff --git a/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild b/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild deleted file mode 100644 index b25341a87d6..00000000000 --- a/dev-python/argon2-cffi/argon2-cffi-20.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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="CFFI bindings to the Argon2 password hashing library" -HOMEPAGE="https://github.com/hynek/argon2-cffi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86" - -DEPEND=" - app-crypt/argon2:= - dev-python/six[${PYTHON_USEDEP}] - virtual/python-cffi[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" -BDEPEND="test? ( - dev-python/hypothesis[${PYTHON_USEDEP}] - ) -" - -DOCS=( AUTHORS.rst CHANGELOG.rst FAQ.rst README.rst ) - -distutils_enable_sphinx docs -distutils_enable_tests pytest - -python_configure_all() { - export ARGON2_CFFI_USE_SYSTEM=1 -} - -python_test() { - local deselect=() - [[ ${EPYTHON} == python3.10 ]] && deselect+=( - # fails due to changed Enum repr - tests/test_utils.py::TestParameters::test_repr - ) - epytest ${deselect[@]/#/--deselect } -}