Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gcs-oauth2-boto-plugin/, dev-python/gcs-oauth2-boto-plugin/files/
Date: Mon, 28 Mar 2016 19:11:34
Message-Id: 1459192257.d3d56fbb84b18f1c5207929db980beaeeb172c1a.vapier@gentoo
1 commit: d3d56fbb84b18f1c5207929db980beaeeb172c1a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 18:22:01 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 19:10:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d56fbb
7
8 dev-python/gcs-oauth2-boto-plugin: drop old <1.8-r1 versions
9
10 dev-python/gcs-oauth2-boto-plugin/Manifest | 1 -
11 ...oto-plugin-1.7-use-friendy-version-checks.patch | 13 ---------
12 .../gcs-oauth2-boto-plugin-1.7.ebuild | 33 ----------------------
13 .../gcs-oauth2-boto-plugin-1.8.ebuild | 32 ---------------------
14 4 files changed, 79 deletions(-)
15
16 diff --git a/dev-python/gcs-oauth2-boto-plugin/Manifest b/dev-python/gcs-oauth2-boto-plugin/Manifest
17 index a210483..a68ac5b 100644
18 --- a/dev-python/gcs-oauth2-boto-plugin/Manifest
19 +++ b/dev-python/gcs-oauth2-boto-plugin/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST gcs-oauth2-boto-plugin-1.7.tar.gz 13573 SHA256 a83dab83fb55c633bc5a80e6491e2aa00542914e7f550a8fecd1bb273d4b4dd4 SHA512 9972c7334d7710f3aa4f2aeb3b733a376fded6670b0fd950432af5b544b3e4e140bd8726112ab03bee79ee619660d1a71ac24f130be8de070671c2b8c400b8ae WHIRLPOOL 871aeb3db56d4e2727d5b42d3a0a97ca026d51c51abb7d439b0a372560713b53b9a2a5ad59e10bdd78bad591e37a08545bc2ce738d835583a3be319af503c7ca
22 DIST gcs-oauth2-boto-plugin-1.8.tar.gz 13248 SHA256 cb4f3c608c953c9f6eecbad0dd33c6a2dba283cf1cd332ceaac1a9ba8a17c64b SHA512 5504fc38d58ee68a78ee2b8e6c3757045494d000748382bc26888a65085cec08d2d137c63cb51afd1cef72d31b3f0cac5d40014548cca47c5322a67a7f1ef204 WHIRLPOOL 238ee67cdad11162abe614fad7d6eb6175a27fc132c790e17f4380373b8c8d48906e5ac361c4d3c34fbac85e851bdf6426c3660434bf809d4abca87f6cb995a9
23 DIST gcs-oauth2-boto-plugin-1.9.tar.gz 14625 SHA256 82e70621354a0291ff312d060fedf25f8016eb0af215d443562ac2b26f94b28d SHA512 439def0c7b78a103bd3041600e25eaede44c3aac8a161f12acd6dee98cd8404b03229df24cf4e7814d63600ca50793496a80893f1e32f8ed8ac4a2825dd07df8 WHIRLPOOL ba28ac45e909a2410f36c81ba7f5e83e9c71963b1fd4d69df7fe425d26f066ea8376cf935f6b732c57d98b7d2e770d68a2658953279f0985725970af9d206dd6
24
25 diff --git a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch b/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch
26 deleted file mode 100644
27 index 665b1c4..0000000
28 --- a/dev-python/gcs-oauth2-boto-plugin/files/gcs-oauth2-boto-plugin-1.7-use-friendy-version-checks.patch
29 +++ /dev/null
30 @@ -1,13 +0,0 @@
31 ---- a/setup.py
32 -+++ b/setup.py
33 -@@ -36,9 +36,7 @@ requires = [
34 - 'python-gflags>=2.0',
35 - 'google-api-python-client>=1.1',
36 - 'pyOpenSSL>=0.13',
37 -- # Not using 1.02 because of:
38 -- # https://code.google.com/p/socksipy-branch/issues/detail?id=3
39 -- 'SocksiPy-branch==1.01',
40 -+ 'SocksiPy-branch>=1.01',
41 - 'retry_decorator>=1.0.0',
42 - ]
43 -
44
45 diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild
46 deleted file mode 100644
47 index a8499817..0000000
48 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.7.ebuild
49 +++ /dev/null
50 @@ -1,33 +0,0 @@
51 -# Copyright 1999-2014 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -# $Id$
54 -
55 -EAPI="5"
56 -PYTHON_COMPAT=( python2_7 )
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library"
61 -HOMEPAGE="https://pypi.python.org/pypi/gcs-oauth2-boto-plugin"
62 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
63 -
64 -LICENSE="Apache-2.0"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~arm ~x86"
67 -IUSE=""
68 -
69 -PATCHES=(
70 - "${FILESDIR}/${P}-use-friendy-version-checks.patch"
71 -)
72 -
73 -# Keep versions in sync with setup.py.
74 -RDEPEND="${PYTHON_DEPS}"
75 -DEPEND="${RDEPEND}
76 - >=dev-python/boto-2.29.1[${PYTHON_USEDEP}]
77 - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
78 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
79 - >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
80 - >=dev-python/python-gflags-2.0[${PYTHON_USEDEP}]
81 - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
82 - dev-python/setuptools[${PYTHON_USEDEP}]
83 - >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"
84
85 diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild
86 deleted file mode 100644
87 index 7f18713..0000000
88 --- a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-1.8.ebuild
89 +++ /dev/null
90 @@ -1,32 +0,0 @@
91 -# Copyright 1999-2014 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI="5"
96 -PYTHON_COMPAT=( python2_7 )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library"
101 -HOMEPAGE="https://pypi.python.org/pypi/gcs-oauth2-boto-plugin"
102 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
103 -
104 -LICENSE="Apache-2.0"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~arm ~x86"
107 -IUSE=""
108 -
109 -PATCHES=(
110 - "${FILESDIR}/${P}-use-friendy-version-checks.patch"
111 -)
112 -
113 -# Keep versions in sync with setup.py.
114 -RDEPEND="${PYTHON_DEPS}"
115 -DEPEND="${RDEPEND}
116 - >=dev-python/boto-2.29.1[${PYTHON_USEDEP}]
117 - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
118 - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
119 - >=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}]
120 - >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
121 - dev-python/setuptools[${PYTHON_USEDEP}]
122 - >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]"