/[gentoo-x86]/dev-python/boto/boto-2.5.2.ebuild
Gentoo

Contents of /dev-python/boto/boto-2.5.2.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Tue Feb 5 01:36:52 2013 UTC (4 months, 1 week ago) by radhermit
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Remove old.

(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

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"

  ViewVC Help
Powered by ViewVC 1.1.20