diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2010-09-27 11:18:03 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2010-09-27 11:18:03 +0000 |
commit | ab6c1dcb8d39beaeb791fb528fdabbb46fb1ffc5 (patch) | |
tree | 08f111b4a6271a48640f5b7b64b1591d121aac48 /dev-python | |
parent | Clean up old version. (diff) | |
download | gentoo-2-ab6c1dcb8d39beaeb791fb528fdabbb46fb1ffc5.tar.gz gentoo-2-ab6c1dcb8d39beaeb791fb528fdabbb46fb1ffc5.tar.bz2 gentoo-2-ab6c1dcb8d39beaeb791fb528fdabbb46fb1ffc5.zip |
Version bump dev-python/boto to 2.0_beta2.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/boto/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/boto/boto-2.0_beta2.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-python/boto/ChangeLog b/dev-python/boto/ChangeLog index d40e73e7e9c0..4ab5012a8058 100644 --- a/dev-python/boto/ChangeLog +++ b/dev-python/boto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/boto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.25 2010/09/27 11:13:16 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.26 2010/09/27 11:18:03 djc Exp $ + +*boto-2.0_beta2 (27 Sep 2010) + + 27 Sep 2010; Dirkjan Ochtman <djc@gentoo.org> +boto-2.0_beta2.ebuild: + Version bump to 2.0b2. 27 Sep 2010; Dirkjan Ochtman <djc@gentoo.org> -boto-1.8d.ebuild: Remove old unneeded version. diff --git a/dev-python/boto/boto-2.0_beta2.ebuild b/dev-python/boto/boto-2.0_beta2.ebuild new file mode 100644 index 000000000000..b91d3aaa6362 --- /dev/null +++ b/dev-python/boto/boto-2.0_beta2.ebuild @@ -0,0 +1,27 @@ +# 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-2.0_beta2.ebuild,v 1.1 2010/09/27 11:18:03 djc Exp $ + +EAPI="3" +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.*" + +inherit distutils + +MY_PV="${PV/_beta/b}" +MY_P="${PN}-${MY_PV}" + +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/${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +DEPEND="dev-python/setuptools" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" |