add recaptcha client
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1768 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
01576f798a
commit
2934913432
2
dev-python/recaptcha-client/Manifest
Normal file
2
dev-python/recaptcha-client/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST recaptcha-client-1.0.5.tar.gz 7438 RMD160 c03ddd4b922a28ce74e16510e4f13e2e37547d42 SHA1 1cc666513eb7fcbe0327574ada5bd41accbe0feb SHA256 f3801b62f9c1d083164bc0e1e52c847adebd423c5cbb170f2ff40d681ef3a86e
|
||||||
|
EBUILD recaptcha-client-1.0.5.ebuild 619 RMD160 4b471694b0dd81df0af03532fb4f3cf114814203 SHA1 012df802cec319eaca9fa5d786de6a232876f467 SHA256 ec6ffe6fb17f4338c987a793af50053832b92ff9d06b4373f51df97b482ee18d
|
22
dev-python/recaptcha-client/recaptcha-client-1.0.5.ebuild
Normal file
22
dev-python/recaptcha-client/recaptcha-client-1.0.5.ebuild
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Copyright 1999-2009 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/pudb/pudb-0.92.14.ebuild,v 1.1 2009/12/21 02:56:30 arfrever Exp $
|
||||||
|
|
||||||
|
EAPI="2"
|
||||||
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
|
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
DESCRIPTION="A plugin for reCAPTCHA and reCAPTCHA Mailhide"
|
||||||
|
HOMEPAGE="http://pypi.python.org/pypi/recaptcha-client"
|
||||||
|
SRC_URI="http://pypi.python.org/packages/source/r/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86 ~x86-interix ~x86-linux"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=""
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-python/setuptools"
|
||||||
|
RESTRICT_PYTHON_ABIS="3.*"
|
Loading…
Reference in New Issue
Block a user