| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.5.2.ebuild,v 1.1 2012/07/17 02:23:26 vapier Exp $ |
| 4 |
|
| 5 |
EAPI="4" |
| 6 |
PYTHON_DEPEND="2:2.5" |
| 7 |
SUPPORT_PYTHON_ABIS="1" |
| 8 |
RESTRICT_PYTHON_ABIS="2.4 3.*" |
| 9 |
DISTUTILS_SRC_TEST="setup.py" |
| 10 |
|
| 11 |
inherit distutils |
| 12 |
|
| 13 |
DESCRIPTION="Amazon Web Services API" |
| 14 |
HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" |
| 15 |
SRC_URI="mirror://github/boto/boto/${P}.tar.gz" |
| 16 |
|
| 17 |
LICENSE="MIT" |
| 18 |
SLOT="0" |
| 19 |
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" |
| 20 |
IUSE="test" |
| 21 |
|
| 22 |
DEPEND="dev-python/setuptools |
| 23 |
test? ( dev-python/m2crypto )" |
| 24 |
RDEPEND="dev-python/m2crypto" |
| 25 |
|
| 26 |
# Requires Amazon Web Services keys to pass some tests |
| 27 |
RESTRICT="test" |