Gentoo Archives: gentoo-commits

From: Hanno Boeck <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-recaptcha/
Date: Thu, 01 Aug 2019 10:30:00
Message-Id: 1564655381.f66ff3b450f05eedc5966d6d7a3484776f172b33.hanno@gentoo
1 commit: f66ff3b450f05eedc5966d6d7a3484776f172b33
2 Author: Hanno <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 10:29:41 2019 +0000
4 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 10:29:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66ff3b4
7
8 dev-python/python-recaptcha: Allow pycryptodome, EAPI 7.
9
10 Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12
13 .../python-recaptcha-2.0.1-r1.ebuild | 21 +++++++++++++++++++++
14 1 file changed, 21 insertions(+)
15
16 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
17 new file mode 100644
18 index 00000000000..ab63a2563b0
19 --- /dev/null
20 +++ b/dev-python/python-recaptcha/python-recaptcha-2.0.1-r1.ebuild
21 @@ -0,0 +1,21 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=6
26 +PYTHON_COMPAT=( python2_7 )
27 +
28 +inherit distutils-r1
29 +
30 +DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide"
31 +HOMEPAGE="https://github.com/redhat-infosec/python-recaptcha"
32 +SRC_URI="https://github.com/redhat-infosec/python-recaptcha/releases/download/v${PV}/${P}.tar.gz"
33 +KEYWORDS="~amd64"
34 +
35 +LICENSE="MIT"
36 +SLOT="0"
37 +
38 +RDEPEND="|| ( dev-python/pycryptodome[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] )
39 + dev-python/simplejson[${PYTHON_USEDEP}]
40 + !dev-python/recaptcha-client"
41 +DEPEND="${RDEPEND}
42 + dev-python/setuptools[${PYTHON_USEDEP}]"