Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/
Date: Thu, 26 Dec 2019 02:42:32
Message-Id: 1577328013.5c8f4c07468c38a21ecebaa57f9b7d8f8e335d93.perfinion@gentoo
1 commit: 5c8f4c07468c38a21ecebaa57f9b7d8f8e335d93
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 11:33:33 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 26 02:40:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8f4c07
7
8 dev-python/google-auth-oauthlib: bump 0.4.1
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 dev-python/google-auth-oauthlib/Manifest | 1 +
14 .../google-auth-oauthlib-0.4.1.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
18 index 519330df1e4..2e85f5d9210 100644
19 --- a/dev-python/google-auth-oauthlib/Manifest
20 +++ b/dev-python/google-auth-oauthlib/Manifest
21 @@ -1 +1,2 @@
22 DIST google-auth-oauthlib-0.4.0.tar.gz 73664 BLAKE2B bc98af5a85b26ced36171dae4e9a498b08ddfb92cf557805a238d68fe8bc251c61be6f051db391f4c30fae0aacf139cd0cd88c3e42cdc73efeaaa36407c9496d SHA512 49760914c02b41b7252062c8cb99b133b342463aa2b66b42dd5f320320010425e6952009514cbf89a4704648113693b35db1d3aa3636fc1297a25e59635a7dd5
23 +DIST google-auth-oauthlib-0.4.1.tar.gz 18687 BLAKE2B 1c9028f6b4c306bbee51fba5b55950d129d56ff5154645a166998c0c720b125202731f1cfed60837b8103d56fcdeeb818e39491b243a8d761969f73d9f88f67b SHA512 123707139353db8e05c81138af834e35007d323f0e19ae79088ad5ca4be86dda6c0df91e2f7794711475227a60312fab9101c91b49817bf8b84866ea6374c943
24
25 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
26 new file mode 100644
27 index 00000000000..b16d9dabf65
28 --- /dev/null
29 +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
37 +inherit distutils-r1
38 +
39 +DESCRIPTION="Google Authentication Library"
40 +HOMEPAGE="https://pypi.org/project/google-auth-oauthlib/ https://github.com/googleapis/google-auth-library-python-oauthlib"
41 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="Apache-2.0"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +
47 +RDEPEND="
48 + dev-python/click[${PYTHON_USEDEP}]
49 + dev-python/google-auth[${PYTHON_USEDEP}]
50 + >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
51 + dev-python/setuptools[${PYTHON_USEDEP}]
52 +"