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 7A595138334 for ; Thu, 1 Aug 2019 10:30:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0362E078A; Thu, 1 Aug 2019 10:29:59 +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 584B6E078A for ; Thu, 1 Aug 2019 10:29:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 17B9834918D for ; Thu, 1 Aug 2019 10:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36DD0731 for ; Thu, 1 Aug 2019 10:29:55 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1564655381.f66ff3b450f05eedc5966d6d7a3484776f172b33.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild X-VCS-Directories: dev-python/python-recaptcha/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: f66ff3b450f05eedc5966d6d7a3484776f172b33 X-VCS-Branch: master Date: Thu, 1 Aug 2019 10:29:55 +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: 10095834-cf50-468b-9828-79f0bdf6a54e X-Archives-Hash: 23deabcc5ebc35a854949ff68440ab77 commit: f66ff3b450f05eedc5966d6d7a3484776f172b33 Author: Hanno gentoo org> AuthorDate: Thu Aug 1 10:29:41 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Thu Aug 1 10:29:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66ff3b4 dev-python/python-recaptcha: Allow pycryptodome, EAPI 7. Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 .../python-recaptcha-2.0.1-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild b/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild new file mode 100644 index 00000000000..ab63a2563b0 --- /dev/null +++ b/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide" +HOMEPAGE="https://github.com/redhat-infosec/python-recaptcha" +SRC_URI="https://github.com/redhat-infosec/python-recaptcha/releases/download/v${PV}/${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="MIT" +SLOT="0" + +RDEPEND="|| ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] ) + dev-python/simplejson[${PYTHON_USEDEP}] + !dev-python/recaptcha-client" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]"