Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/
Date: Sat, 03 Aug 2019 06:21:56
Message-Id: 1564813290.57911d8951e9829a77541f3c9ba41bece6590c10.juippis@gentoo
1 commit: 57911d8951e9829a77541f3c9ba41bece6590c10
2 Author: Gabriel Linder <linder.gabriel <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 15 21:04:53 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 3 06:21:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57911d89
7
8 dev-python/google-auth-oauthlib: Google Authentication Library
9
10 Signed-off-by: Gabriel Linder <linder.gabriel <AT> gmail.com>
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Closes: https://github.com/gentoo/gentoo/pull/11379
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-python/google-auth-oauthlib/Manifest | 1 +
16 .../google-auth-oauthlib-0.4.0.ebuild | 22 ++++++++++++++++++++++
17 dev-python/google-auth-oauthlib/metadata.xml | 15 +++++++++++++++
18 3 files changed, 38 insertions(+)
19
20 diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
21 new file mode 100644
22 index 00000000000..519330df1e4
23 --- /dev/null
24 +++ b/dev-python/google-auth-oauthlib/Manifest
25 @@ -0,0 +1 @@
26 +DIST google-auth-oauthlib-0.4.0.tar.gz 73664 BLAKE2B bc98af5a85b26ced36171dae4e9a498b08ddfb92cf557805a238d68fe8bc251c61be6f051db391f4c30fae0aacf139cd0cd88c3e42cdc73efeaaa36407c9496d SHA512 49760914c02b41b7252062c8cb99b133b342463aa2b66b42dd5f320320010425e6952009514cbf89a4704648113693b35db1d3aa3636fc1297a25e59635a7dd5
27
28 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild
29 new file mode 100644
30 index 00000000000..65c76d3333d
31 --- /dev/null
32 +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.0.ebuild
33 @@ -0,0 +1,22 @@
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=( python2_7 python3_{5,6} )
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Google Authentication Library"
43 +HOMEPAGE="https://pypi.org/project/google-auth-oauthlib/ https://github.com/googleapis/google-auth-library-python-oauthlib"
44 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +RDEPEND="
51 + dev-python/click[${PYTHON_USEDEP}]
52 + dev-python/google-auth[${PYTHON_USEDEP}]
53 + >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
54 + dev-python/setuptools[${PYTHON_USEDEP}]
55 +"
56
57 diff --git a/dev-python/google-auth-oauthlib/metadata.xml b/dev-python/google-auth-oauthlib/metadata.xml
58 new file mode 100644
59 index 00000000000..ce124ee72b8
60 --- /dev/null
61 +++ b/dev-python/google-auth-oauthlib/metadata.xml
62 @@ -0,0 +1,15 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 + <maintainer type="person">
67 + <email>linder.gabriel@×××××.com</email>
68 + <name>Gabriel Linder</name>
69 + </maintainer>
70 + <maintainer type="project">
71 + <email>proxy-maint@g.o</email>
72 + <name>Proxy Maintainers</name>
73 + </maintainer>
74 + <upstream>
75 + <remote-id type="pypi">google-auth-oauthlib</remote-id>
76 + </upstream>
77 +</pkgmetadata>