b52684742b
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2081 6952d904-891a-0410-993b-d76249ca496b
23 lines
624 B
Bash
23 lines
624 B
Bash
# Copyright 1999-2010 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 ~arm ~x86 ~x86-interix ~x86-linux"
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|
|
DEPEND="${RDEPEND}
|
|
dev-python/setuptools"
|
|
RESTRICT_PYTHON_ABIS="3.*"
|