[dev-python/recaptcha-client] new ebuild, required in our infra
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
DIST recaptcha-client-1.0.6.tar.gz 7389 RMD160 7dffe66b7fd37f5be2a7d7b2bf24c3978f46c8e9 SHA1 661317355af7a2985c9011b6efa026b7178e9917 SHA256 28c6853c1d13d365b7dc71a6b05e5ffb56471f70a850de318af50d3d7c0dea2f
|
||||
EBUILD recaptcha-client-1.0.6.ebuild 530 RMD160 b8c1631b0cb2379474c11f32a02d672a1a2f7f89 SHA1 d62fae50b402419f52e481475fd70cded221ca0c SHA256 387af7e0547a47361c33612e72738f74ded9857ca2f6e97db51f566d91762d02
|
||||
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user