From 531f7346ca36f51b5462c3a9bfa72f479dec3d8b Mon Sep 17 00:00:00 2001 From: Artur MaciÄ…g Date: Sat, 15 May 2010 22:47:39 +0200 Subject: [dev-python/pycaptcha] ebuild added; required by reddit --- dev-python/pycaptcha/Manifest | 1 + dev-python/pycaptcha/pycaptcha-0.4.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dev-python/pycaptcha/Manifest create mode 100644 dev-python/pycaptcha/pycaptcha-0.4.ebuild diff --git a/dev-python/pycaptcha/Manifest b/dev-python/pycaptcha/Manifest new file mode 100644 index 0000000..e189c1c --- /dev/null +++ b/dev-python/pycaptcha/Manifest @@ -0,0 +1 @@ +EBUILD pycaptcha-0.4.ebuild 501 RMD160 b116d1448fcdca068c1169975b6439b6059c6abe SHA1 79a7e8d659cc3d03ab91c1f7f8106df1e880f579 SHA256 ae98f0a24e2f66c2430a8d2424a51ee460f231711f4e1d03b32fedd25b83c6f8 diff --git a/dev-python/pycaptcha/pycaptcha-0.4.ebuild b/dev-python/pycaptcha/pycaptcha-0.4.ebuild new file mode 100644 index 0000000..7c558c4 --- /dev/null +++ b/dev-python/pycaptcha/pycaptcha-0.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" +PYTHON_DEPEND="2:2.4:2.6" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils subversion + +DESCRIPTION="A Python framework for CAPTCHA tests" +HOMEPAGE="http://svn.navi.cx/misc/tags/pycaptcha-0.4/" +ESVN_REPO_URI="http://svn.navi.cx/misc/tags/pycaptcha-0.4/" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +RDEPEND="dev-python/imaging" +DEPEND="${RDEPEND}" + +RESTRICT_PYTHON_ABIS="3.*" -- cgit v1.2.3-65-gdbad