[dev-python/recaptcha-client] no longer needed

This commit is contained in:
Fabio Erculiani
2014-04-04 14:58:01 +02:00
parent b648517f91
commit 0faaaf3dfe
2 changed files with 0 additions and 26 deletions
-1
View File
@@ -1 +0,0 @@
DIST recaptcha-client-1.0.6.tar.gz 7389 SHA256 28c6853c1d13d365b7dc71a6b05e5ffb56471f70a850de318af50d3d7c0dea2f
@@ -1,25 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS="1"
inherit distutils python
DESCRIPTION="Provides a CAPTCHA for Python using the reCAPTCHA service"
HOMEPAGE="http://pypi.python.org/pypi/recaptcha-client"
SRC_URI="mirror://pypi/r/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/pycrypto"
src_install() {
distutils_src_install
newdoc PKG-INFO README || die
}