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-auth-oauthlib/
Date: Thu, 24 Feb 2022 07:35:26
Message-Id: 1645688118.9f84848e91519dd6c364a9e7d0df99306a2c7646.mgorny@gentoo
1 commit: 9f84848e91519dd6c364a9e7d0df99306a2c7646
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 24 07:23:14 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 24 07:35:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f84848e
7
8 dev-python/google-auth-oauthlib: Bump to 0.5.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-auth-oauthlib/Manifest | 1 +
13 .../google-auth-oauthlib-0.5.0.ebuild | 35 ++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
17 index 08f446786de0..4cf722bb0993 100644
18 --- a/dev-python/google-auth-oauthlib/Manifest
19 +++ b/dev-python/google-auth-oauthlib/Manifest
20 @@ -1 +1,2 @@
21 DIST google-auth-library-python-oauthlib-0.4.6.gh.tar.gz 50982 BLAKE2B 93980a69777089125bca9f583cae0b64f9facf699da3ac135561a9cf135122d9e22a6c0be3325d366dd77a2240fb16d5c63633a216cfee07b9fceb2239227c86 SHA512 a20a85c073a6208d72c8f6ceb34544241f599e716b1191bfc52bcc367797efc18d0e2b94d4e433cec692282b00428bcb4d7e73ed48a26e66d6005189d5dddb77
22 +DIST google-auth-library-python-oauthlib-0.5.0.gh.tar.gz 52118 BLAKE2B 596f9af156030b0dbc0a35c3946ab865370fa326176fc33b04d55aa5d99950718d275f69b399d9afe303ee84f9c5823571eb4c144353f17fe6a64bbca7a35e18 SHA512 7da0d1c5e8c20aee843798c317a2c1edd29caf98abaf8895e354e20279c45395de4a522e21f11dbbe9e67c3bd984ded101b0cde04519b9256d80bdc42501a71a
23
24 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild
25 new file mode 100644
26 index 000000000000..931bd53ed2a7
27 --- /dev/null
28 +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.0.ebuild
29 @@ -0,0 +1,35 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..9} )
37 +
38 +inherit distutils-r1
39 +
40 +MY_P=google-auth-library-python-oauthlib-${PV}
41 +DESCRIPTION="Google Authentication Library"
42 +HOMEPAGE="
43 + https://pypi.org/project/google-auth-oauthlib/
44 + https://github.com/googleapis/google-auth-library-python-oauthlib"
45 +SRC_URI="
46 + https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
47 + -> ${MY_P}.gh.tar.gz"
48 +S=${WORKDIR}/${MY_P}
49 +
50 +LICENSE="Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +
54 +RDEPEND="
55 + >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
56 + >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
57 + >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
58 +"
59 +
60 +BDEPEND="
61 + test? ( dev-python/mock[${PYTHON_USEDEP}] )
62 +"
63 +
64 +distutils_enable_tests pytest