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 8EB5A158086 for ; Wed, 27 Oct 2021 04:40:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA67E07EE; Wed, 27 Oct 2021 04:40:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 ADE03E07A5 for ; Wed, 27 Oct 2021 04:40:09 +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 A7E84342E17 for ; Wed, 27 Oct 2021 04:40:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66753178 for ; Wed, 27 Oct 2021 04:40:02 +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: <1635309590.809d6ce5fbddcf79b09fb194ceb50350655b9397.arthurzam@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/argon2-cffi-21.1.0.ebuild X-VCS-Directories: dev-python/argon2-cffi/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 809d6ce5fbddcf79b09fb194ceb50350655b9397 X-VCS-Branch: master Date: Wed, 27 Oct 2021 04:40:02 +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: 21f2bfad-07c3-423c-a88c-372799f049ff X-Archives-Hash: 34c9ddacbd03a042dd5c811fa9b0824e commit: 809d6ce5fbddcf79b09fb194ceb50350655b9397 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 27 04:38:22 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 27 04:39:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809d6ce5 dev-python/argon2-cffi: drop 21.1.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild | 33 ------------------------ 1 file changed, 33 deletions(-) diff --git a/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild b/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild deleted file mode 100644 index eff4880831a..00000000000 --- a/dev-python/argon2-cffi/argon2-cffi-21.1.0.ebuild +++ /dev/null @@ -1,33 +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 ~riscv ~s390 ~sparc x86" - -DEPEND=" - app-crypt/argon2:= - 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 - -export ARGON2_CFFI_USE_SYSTEM=1