2017-07-13 17:03:27 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2013-06-17 10:47:50 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
2017-07-13 17:03:27 +03:00
|
|
|
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
|
2013-06-17 10:47:50 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide"
|
2015-08-24 15:02:01 +03:00
|
|
|
HOMEPAGE="https://pypi.python.org/pypi/recaptcha-client/"
|
2013-06-17 10:47:50 +04:00
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
2015-03-09 22:48:48 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2013-06-17 10:47:50 +04:00
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
RDEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]"
|
|
|
|
DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]"
|