Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Thu, 04 May 2017 04:13:52
Message-Id: 1493871212.b045f5287996422e99966d72ee1bcebc56de6863.zmedico@gentoo
1 commit: b045f5287996422e99966d72ee1bcebc56de6863
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 4 03:49:56 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu May 4 04:13:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b045f528
7
8 dev-python/google-api-python-client: version bump to 1.6.2
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-python/google-api-python-client/Manifest | 1 +
13 .../google-api-python-client-1.6.2.ebuild | 44 ++++++++++++++++++++++
14 2 files changed, 45 insertions(+)
15
16 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
17 index 82b9ee57583..8b74194ccf8 100644
18 --- a/dev-python/google-api-python-client/Manifest
19 +++ b/dev-python/google-api-python-client/Manifest
20 @@ -2,3 +2,4 @@ DIST google-api-python-client-1.3.1.tar.gz 1480269 SHA256 5137c4d6e853cda1a2e32b
21 DIST google-api-python-client-1.4.2.tar.gz 2289731 SHA256 dfb7feab9733ae99952545927b5d87dda24cea308b2040fba2c505e7f0c57696 SHA512 ab5ce56142d96ed9b38d00294133e188dfeaf70aac78054f093f03fce7c4aee5b7b99f18ee27190aaef14b7fbe2bc8d0a4e2526ff6f166e41eb0b4b050e7c6b5 WHIRLPOOL 006e24d1a4e5d2bfabcbf2503fa163d6b0a3a28a839396014bf0a91a463454f02140f38dd179a141010a03e268711c2d22c9aa3158b594e5b465d9032997e7b9
22 DIST google-api-python-client-1.5.0.tar.gz 2683924 SHA256 1558d6a6bca8c4ea775be46c6a81364739dc35b7ad2afc660c3a3102a43165bb SHA512 082a89e2e52dff449b6c4b6800503e337c5f2aa7ea2ca45a8373743a312d18d24ad87a486aed77b2e26075ba897f36e1129852dc30a139750e75cce5a1c25aa4 WHIRLPOOL f306a91fda8f241774a0b121dd8741ed5342aafb920b1bb59ca46a296ac7eaee4072839480abcd592a52d92e01811b9032545f93e8528211edf51d0cbe07644b
23 DIST google-api-python-client-1.5.3.tar.gz 3622355 SHA256 1a89429cb591112463fe6fb7fcc23c9475e52bcaa337a3d9bb375891fbfe7525 SHA512 3f58af0d1f165fa7e045d08a0bfc282855b40dbea16d310bbc4cbce76f631b6303738a396048efc8ea114fdff1164d1ad303148999d0ab0ba0d2cc91df9408b3 WHIRLPOOL f878baac9a29065ce8cab67b41716697cc7f34205384e41b8849ef38271d75442c7d44922e56489cba7dc4871c216f37050e61ecc6d0302056adea72a57f9387
24 +DIST google-api-python-client-1.6.2.tar.gz 4262337 SHA256 1b2c0429fe7e85d243c60ed8ae11d3652664cd0066b118ade04405d598092850 SHA512 ee906c2efb47469dc18dcfcb1edfad4346f61e88c1e7f73b60924b393c704e7033a5ff4f9a1965d0c29aa3a6bf25b60888e1d39366cbc1372861b49e79c9e886 WHIRLPOOL 025404e922a15f4986fcbaacddd6fb7570b47679689058b1663611731ba74a2cca2a2ac993737558868c575950db04216d860a68c512fbd8c77e98d3871e6474
25
26 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild
27 new file mode 100644
28 index 00000000000..d9dc381aa23
29 --- /dev/null
30 +++ b/dev-python/google-api-python-client/google-api-python-client-1.6.2.ebuild
31 @@ -0,0 +1,44 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=5
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Google API Client for Python"
42 +HOMEPAGE="https://github.com/google/google-api-python-client"
43 +SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="test"
49 +
50 +RDEPEND="
51 + >=dev-python/httplib2-0.9.2[${PYTHON_USEDEP}]
52 + <dev-python/httplib2-1[${PYTHON_USEDEP}]
53 + >=dev-python/oauth2client-2[${PYTHON_USEDEP}]
54 + <dev-python/oauth2client-5[${PYTHON_USEDEP}]
55 + dev-python/setuptools[${PYTHON_USEDEP}]
56 + >=dev-python/uritemplate-3.0[${PYTHON_USEDEP}]
57 + <dev-python/uritemplate-4[${PYTHON_USEDEP}]
58 + >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
59 + <dev-python/six-2[${PYTHON_USEDEP}]
60 + "
61 +DEPEND="${RDEPEND}
62 + test? (
63 + dev-python/google-auth-httplib2[${PYTHON_USEDEP}]
64 + dev-python/nose[${PYTHON_USEDEP}]
65 + dev-python/unittest2[${PYTHON_USEDEP}]
66 + )"
67 +
68 +python_prepare_all() {
69 + export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
70 + distutils-r1_python_prepare_all
71 +}
72 +
73 +python_test() {
74 + nosetests --verbosity=3 || die
75 +}