Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gcs-oauth2-boto-plugin/
Date: Tue, 25 Jun 2019 21:53:47
Message-Id: 1561499595.bb7fb49661354c3a697c724c338f9e00917714c7.chutzpah@gentoo
1 commit: bb7fb49661354c3a697c724c338f9e00917714c7
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Tue Jun 25 21:53:15 2019 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 25 21:53:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb7fb496
7
8 dev-python/gcs-oauth2-boto-plugin: Version bump to 2.4
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/gcs-oauth2-boto-plugin/Manifest | 1 +
15 .../gcs-oauth2-boto-plugin-2.4.ebuild | 51 ++++++++++++++++++++++
16 2 files changed, 52 insertions(+)
17
18 diff --git a/dev-python/gcs-oauth2-boto-plugin/Manifest b/dev-python/gcs-oauth2-boto-plugin/Manifest
19 index 96fafcbfed5..7103dd7a6f2 100644
20 --- a/dev-python/gcs-oauth2-boto-plugin/Manifest
21 +++ b/dev-python/gcs-oauth2-boto-plugin/Manifest
22 @@ -1,3 +1,4 @@
23 DIST gcs-oauth2-boto-plugin-1.14.tar.gz 14980 BLAKE2B 1123633b419291433d7cfa9a284303a7ae2a6b407f487b45897df6945a63f6b0cce733a5940e74acb70bcd9740a7c0cbd3828abfb4163f7ab845a9ff2c652a1b SHA512 86804a599c969c63587387df21a2396a27509981cc13a3f92bc98a645757362e77c63b68956ebd2663a721bb51993c9e61679db85a67de48d017ddad7de044b7
24 DIST gcs-oauth2-boto-plugin-1.8.tar.gz 13248 BLAKE2B 831a1b88035d6331ac2cb122fda5ffabd6319b7a030ae8c46dac32be571bdff034d6e60830e5e4403b65a414487c874cd4743f537a9c1d3674bcb1461e457945 SHA512 5504fc38d58ee68a78ee2b8e6c3757045494d000748382bc26888a65085cec08d2d137c63cb51afd1cef72d31b3f0cac5d40014548cca47c5322a67a7f1ef204
25 DIST gcs-oauth2-boto-plugin-2.1.tar.gz 15789 BLAKE2B f98eb41d07aede9379bb256723c217be1c2fcf2cda18e555a5d7e85bb402215052ff4d7770cdb4066fd989f7e78d070ea19e1a469f5e6dec2b94a367a6dc3c19 SHA512 26b519fa2987e83a687907aa72e0c9eb8b2a2c48143bc1bf13bad79791379daaae190a23f9f35d1a570e21c6800d5860bbb94f3c3f3b2ff7bfcfec8a5a39af7c
26 +DIST gcs-oauth2-boto-plugin-2.4.tar.gz 16721 BLAKE2B 38816f6f3e5a857967fad6698aa9a35df8d31d42f083584c1e24c4dcb9379b5e8dd18fbbcf0533dccbc2db9f5e4f400d8cd1f8baddf582894af918a2d2d1b23c SHA512 e3e6b7ffca4405a4c41ca1408f05e3c61acc342d236dd2dd857854242694fdca68e155baadb8be64239583954297dac82a07a73d6391cfb93a53d29f9bf67c99
27
28 diff --git a/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.4.ebuild b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.4.ebuild
29 new file mode 100644
30 index 00000000000..1f43500e98c
31 --- /dev/null
32 +++ b/dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.4.ebuild
33 @@ -0,0 +1,51 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library"
44 +HOMEPAGE="https://pypi.org/project/gcs-oauth2-boto-plugin/"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~arm ~x86"
50 +IUSE="test"
51 +
52 +PATCHES=(
53 + "${FILESDIR}/${PN}-1.13-use-friendy-version-checks.patch"
54 +)
55 +
56 +# Keep versions in sync with setup.py.
57 +DEPEND="${PYTHON_DEPS}
58 + dev-python/setuptools[${PYTHON_USEDEP}]
59 + test? (
60 + dev-python/freezegun[${PYTHON_USEDEP}]
61 + )"
62 +RDEPEND="${PYTHON_DEPS}
63 + >=dev-python/boto-2.29.1[${PYTHON_USEDEP}]
64 + dev-python/google-reauth-python[${PYTHON_USEDEP}]
65 + >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
66 + >=dev-python/oauth2client-1.5.2[${PYTHON_USEDEP}]
67 + !=dev-python/oauth2client-2.0*
68 + >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
69 + >=dev-python/retry-decorator-1.0.0[${PYTHON_USEDEP}]
70 + >=dev-python/PySocks-1.01[${PYTHON_USEDEP}]
71 + >=dev-python/six-1.6.1[${PYTHON_USEDEP}]"
72 +
73 +python_prepare_all() {
74 + distutils-r1_python_prepare_all
75 + sed -i \
76 + -e '/SocksiPy-branch/d' \
77 + setup.py || die
78 + # Make sure the unittests aren't installed.
79 + mv gcs_oauth2_boto_plugin/test_oauth2_client.py ./ || die
80 +}
81 +
82 +python_test() {
83 + ${EPYTHON} "${S}"/test_oauth2_client.py -v || die
84 +}