commit: f66ff3b450f05eedc5966d6d7a3484776f172b33 Author: Hanno <hanno <AT> gentoo <DOT> org> AuthorDate: Thu Aug 1 10:29:41 2019 +0000 Commit: Hanno Boeck <hanno <AT> gentoo <DOT> 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 <hanno <AT> 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}]"
