Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Fri, 05 Jan 2018 13:26:25
Message-Id: 1515158764.217be53a3c75a85fb6ca4ffac53a2cee27ded3fa.mgorny@gentoo
1 commit: 217be53a3c75a85fb6ca4ffac53a2cee27ded3fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 12:41:06 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 13:26:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=217be53a
7
8 dev-python/google-api-python-client: Clean old up
9
10 dev-python/google-api-python-client/Manifest | 3 --
11 .../google-api-python-client-1.3.1.ebuild | 36 -------------------
12 .../google-api-python-client-1.4.2.ebuild | 37 -------------------
13 .../google-api-python-client-1.5.0.ebuild | 42 ----------------------
14 4 files changed, 118 deletions(-)
15
16 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
17 index 4dfcd67f78f..2486dc95f16 100644
18 --- a/dev-python/google-api-python-client/Manifest
19 +++ b/dev-python/google-api-python-client/Manifest
20 @@ -1,5 +1,2 @@
21 -DIST google-api-python-client-1.3.1.tar.gz 1480269 BLAKE2B 0d6c1afa3d13369c3e905c4e1fb4acdc553d1ec7c88e7bbd79a6d9f4f405bc89ee120008cd415597151123e9d366989c00f69ff3225eb3227894321e2398c9c1 SHA512 385377bd99f006154f90bed2b6f55cb25786032d28ac7f15b9859882670cc8bf94acbfbd8485c4cf89abd665908f1a7f46f74e84f05faba992a62fe4b9fd5bd1
22 -DIST google-api-python-client-1.4.2.tar.gz 2289731 BLAKE2B 84dfddb17e3c30a64fd1d004188644410708647a147aa11eb3fd395dc2f13ebf1a802c095ee7de8f17301113d007da37cf48236ab3c66d11d6831b06ec8cdbe9 SHA512 ab5ce56142d96ed9b38d00294133e188dfeaf70aac78054f093f03fce7c4aee5b7b99f18ee27190aaef14b7fbe2bc8d0a4e2526ff6f166e41eb0b4b050e7c6b5
23 -DIST google-api-python-client-1.5.0.tar.gz 2683924 BLAKE2B 91547e06d79b5287f1d437fc5753270be7bc4f79a38f06e4a8d20ae7123528e2516de4008d3f4b9f418ac51db50d71b25d061ec63543c147b51415b7bd218d27 SHA512 082a89e2e52dff449b6c4b6800503e337c5f2aa7ea2ca45a8373743a312d18d24ad87a486aed77b2e26075ba897f36e1129852dc30a139750e75cce5a1c25aa4
24 DIST google-api-python-client-1.5.3.tar.gz 3622355 BLAKE2B 1187729581c9e852a4512fdfd557785791c8102d6796f6d02d212820f9fe89393574ffbedc1445416ff2fa876269f18adb162a33241f6331e989a31ccafec60d SHA512 3f58af0d1f165fa7e045d08a0bfc282855b40dbea16d310bbc4cbce76f631b6303738a396048efc8ea114fdff1164d1ad303148999d0ab0ba0d2cc91df9408b3
25 DIST google-api-python-client-1.6.2.tar.gz 4262337 BLAKE2B 0ae3e5b1c6bbb80999cfaadaef7812bb53d03eb1160f79a29bf73a180dae40bd2c5e7dceff0badaf5eda44718a06c4ec65fe993896a82c5fd12348f810ec2812 SHA512 ee906c2efb47469dc18dcfcb1edfad4346f61e88c1e7f73b60924b393c704e7033a5ff4f9a1965d0c29aa3a6bf25b60888e1d39366cbc1372861b49e79c9e886
26
27 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild
28 deleted file mode 100644
29 index b15e985f62a..00000000000
30 --- a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 pypy )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Google API Client for Python"
43 -HOMEPAGE="https://github.com/google/google-api-python-client"
44 -SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 arm x86"
49 -IUSE=""
50 -
51 -DEPEND="
52 - dev-python/python-gflags[${PYTHON_USEDEP}]
53 - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
54 - <dev-python/oauth2client-2[${PYTHON_USEDEP}]
55 - dev-python/simplejson[${PYTHON_USEDEP}]
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - dev-python/uritemplate[${PYTHON_USEDEP}]
58 - "
59 -RDEPEND="${DEPEND}"
60 -
61 -python_prepare_all(){
62 - export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
63 - distutils-r1_python_prepare_all
64 -}
65 -
66 -python_test() {
67 - nosetests --verbosity=3 || die
68 -}
69
70 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
71 deleted file mode 100644
72 index b864d672f77..00000000000
73 --- a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
74 +++ /dev/null
75 @@ -1,37 +0,0 @@
76 -# Copyright 1999-2016 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=5
80 -
81 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
82 -
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="Google API Client for Python"
86 -HOMEPAGE="https://github.com/google/google-api-python-client"
87 -SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
88 -
89 -LICENSE="Apache-2.0"
90 -SLOT="0"
91 -KEYWORDS="~amd64 ~arm ~x86"
92 -IUSE="test"
93 -
94 -RDEPEND="
95 - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
96 - <dev-python/oauth2client-2[${PYTHON_USEDEP}]
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - dev-python/uritemplate[${PYTHON_USEDEP}]
99 - "
100 -DEPEND="${RDEPEND}
101 - test? (
102 - dev-python/nose[${PYTHON_USEDEP}]
103 - )"
104 -
105 -python_prepare_all(){
106 - export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
107 - distutils-r1_python_prepare_all
108 -}
109 -
110 -python_test() {
111 - nosetests --verbosity=3 || die
112 -}
113
114 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild
115 deleted file mode 100644
116 index ee02f6711c1..00000000000
117 --- a/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild
118 +++ /dev/null
119 @@ -1,42 +0,0 @@
120 -# Copyright 1999-2016 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -
123 -EAPI=5
124 -
125 -PYTHON_COMPAT=( python{2_7,3_4} pypy )
126 -
127 -inherit distutils-r1
128 -
129 -DESCRIPTION="Google API Client for Python"
130 -HOMEPAGE="https://github.com/google/google-api-python-client"
131 -SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
132 -
133 -LICENSE="Apache-2.0"
134 -SLOT="0"
135 -KEYWORDS="amd64 ~arm x86"
136 -IUSE="test"
137 -
138 -RDEPEND="
139 - >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
140 - <dev-python/httplib2-1[${PYTHON_USEDEP}]
141 - >=dev-python/oauth2client-2[${PYTHON_USEDEP}]
142 - <dev-python/oauth2client-3[${PYTHON_USEDEP}]
143 - dev-python/setuptools[${PYTHON_USEDEP}]
144 - >=dev-python/uritemplate-0.6[${PYTHON_USEDEP}]
145 - <dev-python/uritemplate-1[${PYTHON_USEDEP}]
146 - >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
147 - <dev-python/six-2[${PYTHON_USEDEP}]
148 - "
149 -DEPEND="${RDEPEND}
150 - test? (
151 - dev-python/nose[${PYTHON_USEDEP}]
152 - )"
153 -
154 -python_prepare_all() {
155 - export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
156 - distutils-r1_python_prepare_all
157 -}
158 -
159 -python_test() {
160 - nosetests --verbosity=3 || die
161 -}