diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2010-06-02 11:32:09 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2010-06-02 11:32:09 +0000 |
commit | 8dbe347e28544ab46736abc7fd919b10fc386b32 (patch) | |
tree | 5ceae588dcc067b625d393bc8089ed4d937ab72d /dev-python/boto/boto-1.9b.ebuild | |
parent | python takes over dev-python/boto. (diff) | |
download | gentoo-2-8dbe347e28544ab46736abc7fd919b10fc386b32.tar.gz gentoo-2-8dbe347e28544ab46736abc7fd919b10fc386b32.tar.bz2 gentoo-2-8dbe347e28544ab46736abc7fd919b10fc386b32.zip |
Version bump dev-python/boto to 1.9b (bug 320653).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/boto/boto-1.9b.ebuild')
-rw-r--r-- | dev-python/boto/boto-1.9b.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/boto/boto-1.9b.ebuild b/dev-python/boto/boto-1.9b.ebuild new file mode 100644 index 000000000000..e711c7a8f33f --- /dev/null +++ b/dev-python/boto/boto-1.9b.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-1.9b.ebuild,v 1.1 2010/06/02 11:32:09 djc Exp $ + +inherit distutils + +IUSE="" +DESCRIPTION="Amazon Web Services API" +HOMEPAGE="http://code.google.com/p/boto/ http://pypi.python.org/pypi/boto/" +SRC_URI="http://boto.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" + +DEPEND=">=dev-lang/python-2.3" |