diff options
author | 2015-05-20 10:16:50 +0000 | |
---|---|---|
committer | 2015-05-20 10:16:50 +0000 | |
commit | ed330e4b96959ba531d079f0c80609d9b8038216 (patch) | |
tree | 5144fb7844ca5e9128c5aea8c1a48c22d9607b8d /dev-python/gcs-oauth2-boto-plugin | |
parent | Version bump, wrt bug #549158, thanks to Sergey Starikoff <Ikonta AT yandex.ru> (diff) | |
download | gentoo-2-ed330e4b96959ba531d079f0c80609d9b8038216.tar.gz gentoo-2-ed330e4b96959ba531d079f0c80609d9b8038216.tar.bz2 gentoo-2-ed330e4b96959ba531d079f0c80609d9b8038216.zip |
Version bump.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-python/gcs-oauth2-boto-plugin')
-rw-r--r-- | dev-python/gcs-oauth2-boto-plugin/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/dev-python/gcs-oauth2-boto-plugin/ChangeLog b/dev-python/gcs-oauth2-boto-plugin/ChangeLog index 12880d159e6b..403a9bc1ac74 100644 --- a/dev-python/gcs-oauth2-boto-plugin/ChangeLog +++ b/dev-python/gcs-oauth2-boto-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gcs-oauth2-boto-plugin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v 1.6 2015/03/08 23:48:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/ChangeLog,v 1.7 2015/05/20 10:16:50 vapier Exp $ + +*gcs-oauth2-boto-plugin-1.9 (20 May 2015) + + 20 May 2015; Mike Frysinger <vapier@gentoo.org> + +gcs-oauth2-boto-plugin-1.9.ebuild: + Version bump. 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> gcs-oauth2-boto-plugin-1.8-r1.ebuild: diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild new file mode 100644 index 000000000000..c065c0b3d308 --- /dev/null +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.9.ebuild,v 1.1 2015/05/20 10:16:50 vapier Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library" +HOMEPAGE="https://pypi.python.org/pypi/gcs-oauth2-boto-plugin" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +PATCHES=( + "${FILESDIR}/${PN}-1.8-use-friendy-version-checks.patch" +) + +# Keep versions in sync with setup.py. +DEPEND="${PYTHON_DEPS} + dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${PYTHON_DEPS} + >=dev-python/boto-2.29.1[${PYTHON_USEDEP}] + >=dev-python/httplib2-0.8[${PYTHON_USEDEP}] + >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] + >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] + >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}] + >=dev-python/socksipy-1.01[${PYTHON_USEDEP}]" |