summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Maciąg <maciag.artur@gmail.com>2010-05-15 22:47:39 +0200
committerArtur Maciąg <maciag.artur@gmail.com>2010-05-15 22:47:39 +0200
commit531f7346ca36f51b5462c3a9bfa72f479dec3d8b (patch)
treea5c23450c8630caf8fcd1fe6249e640f4801d119
parent[games-emulation/dolphin] docs useflag and desktop icon added (diff)
downloadpiczu-531f7346ca36f51b5462c3a9bfa72f479dec3d8b.tar.gz
piczu-531f7346ca36f51b5462c3a9bfa72f479dec3d8b.tar.bz2
piczu-531f7346ca36f51b5462c3a9bfa72f479dec3d8b.zip
[dev-python/pycaptcha] ebuild added; required by reddit
-rw-r--r--dev-python/pycaptcha/Manifest1
-rw-r--r--dev-python/pycaptcha/pycaptcha-0.4.ebuild21
2 files changed, 22 insertions, 0 deletions
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.*"