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: Sat, 05 Nov 2022 14:34:28
Message-Id: 1667658858.71bb9ba2b94799af16ef4542040c8a92fe22a284.mgorny@gentoo
1 commit: 71bb9ba2b94799af16ef4542040c8a92fe22a284
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 11:31:26 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 14:34:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71bb9ba2
7
8 dev-python/google-auth-oauthlib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-auth-oauthlib/Manifest | 3 --
13 .../google-auth-oauthlib-0.5.2.ebuild | 39 ----------------------
14 .../google-auth-oauthlib-0.5.3.ebuild | 39 ----------------------
15 .../google-auth-oauthlib-0.6.0.ebuild | 39 ----------------------
16 4 files changed, 120 deletions(-)
17
18 diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
19 index 49168dd23f63..0bba7f5b7dc5 100644
20 --- a/dev-python/google-auth-oauthlib/Manifest
21 +++ b/dev-python/google-auth-oauthlib/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST google-auth-library-python-oauthlib-0.5.2.gh.tar.gz 53842 BLAKE2B 7adcd9f339ec9a5528308fcc0fee1cbbe96440e1bfe5c7cc9c94808668e22801b612d291a2419333888194c3224838ac40f9d0656381825bd660067470f58910 SHA512 eaf296a0e0504e8249637a8db7531c10b120f28abeeab3e1fe8f366b4279c396509188e83f8a0ec56be85063430ceb691d6d926cee33d4f166bbcc4425e538db
24 -DIST google-auth-library-python-oauthlib-0.5.3.gh.tar.gz 69613 BLAKE2B 74338894f35fd1cd8802ea56952561ce0e801fecb2f994b71caf3c6b62a22e8b85f8a5b40f5571b05225a565b373865377d321625aeea2dafcc0cafb89da1492 SHA512 76c855e9becd57d3cb3bb0b203ad77ef17dc04e8be8b96d17a9c1f29474a8b180edb725e835d0552c5eddbb387cc463e88b076dd6d11635e6d45798224f09188
25 -DIST google-auth-library-python-oauthlib-0.6.0.gh.tar.gz 70025 BLAKE2B 2d87390a629d967b0f2aef5f56712d3defc2b460a67f2bf633bb628875161f9ddbb4f229426ce2b42dcf805feefe8101ed3bacd72ced630c0be4fe40bd926c7e SHA512 1aa42498a5875812db922b30eb20cdf124935f95f5cabd224acfb82c9ed61714cfc3c6af2168e75cf11aaa8550e41c48f30fc1d467d1b7be511bf5cb522104e8
26 DIST google-auth-library-python-oauthlib-0.7.0.gh.tar.gz 70179 BLAKE2B d0e70d796c11a0f3a9be8dba58dc030ef1dfd6dc3dd13e3dc74530c5d1edba3863b7a9bb4c1f90879b70a585f1d193344dea96aa45fbb08a7e28a25a31a22b6f SHA512 fe33b0a4528f6f6602b73de50c017779e7aba5d8891ef43cb3350d337e3e62a78a4126479fae0a8732dd7c4bd35210182f4a1b7f61da06af043dfff7d91ffe24
27 DIST google-auth-library-python-oauthlib-0.7.1.gh.tar.gz 70325 BLAKE2B 969b6de0b873ab9532b46549e82bef14c71777f67d4c8813ab7d94cb66239469e3647f683f074b0f495d7db6578e87c57e4e96e8920891d6912e5b807644c559 SHA512 e35d5090d83015ca4c7a5f7166ad4e7ed1c845845239bfe1fc56df6a9ce925afaa47db435c6eac5a66364e2a4c866d1e8ae49dcf34066e90b4f8d6dcdb670bfb
28
29 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.2.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.2.ebuild
30 deleted file mode 100644
31 index 9aa755ca297b..000000000000
32 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.2.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1
44 -
45 -MY_P=google-auth-library-python-oauthlib-${PV}
46 -DESCRIPTION="Google Authentication Library"
47 -HOMEPAGE="
48 - https://github.com/googleapis/google-auth-library-python-oauthlib/
49 - https://pypi.org/project/google-auth-oauthlib/
50 -"
51 -SRC_URI="
52 - https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
53 - -> ${MY_P}.gh.tar.gz
54 -"
55 -S=${WORKDIR}/${MY_P}
56 -
57 -LICENSE="Apache-2.0"
58 -SLOT="0"
59 -KEYWORDS="~amd64 ~x86"
60 -
61 -RDEPEND="
62 - >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
63 - >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
64 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
65 -"
66 -
67 -BDEPEND="
68 - test? (
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - )
71 -"
72 -
73 -distutils_enable_tests pytest
74
75 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.3.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.3.ebuild
76 deleted file mode 100644
77 index 9aa755ca297b..000000000000
78 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.5.3.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2022 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=8
85 -
86 -DISTUTILS_USE_PEP517=setuptools
87 -PYTHON_COMPAT=( python3_{8..10} )
88 -
89 -inherit distutils-r1
90 -
91 -MY_P=google-auth-library-python-oauthlib-${PV}
92 -DESCRIPTION="Google Authentication Library"
93 -HOMEPAGE="
94 - https://github.com/googleapis/google-auth-library-python-oauthlib/
95 - https://pypi.org/project/google-auth-oauthlib/
96 -"
97 -SRC_URI="
98 - https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
99 - -> ${MY_P}.gh.tar.gz
100 -"
101 -S=${WORKDIR}/${MY_P}
102 -
103 -LICENSE="Apache-2.0"
104 -SLOT="0"
105 -KEYWORDS="~amd64 ~x86"
106 -
107 -RDEPEND="
108 - >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
109 - >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
110 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
111 -"
112 -
113 -BDEPEND="
114 - test? (
115 - dev-python/mock[${PYTHON_USEDEP}]
116 - )
117 -"
118 -
119 -distutils_enable_tests pytest
120
121 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.6.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.6.0.ebuild
122 deleted file mode 100644
123 index 9aa755ca297b..000000000000
124 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.6.0.ebuild
125 +++ /dev/null
126 @@ -1,39 +0,0 @@
127 -# Copyright 1999-2022 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=8
131 -
132 -DISTUTILS_USE_PEP517=setuptools
133 -PYTHON_COMPAT=( python3_{8..10} )
134 -
135 -inherit distutils-r1
136 -
137 -MY_P=google-auth-library-python-oauthlib-${PV}
138 -DESCRIPTION="Google Authentication Library"
139 -HOMEPAGE="
140 - https://github.com/googleapis/google-auth-library-python-oauthlib/
141 - https://pypi.org/project/google-auth-oauthlib/
142 -"
143 -SRC_URI="
144 - https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
145 - -> ${MY_P}.gh.tar.gz
146 -"
147 -S=${WORKDIR}/${MY_P}
148 -
149 -LICENSE="Apache-2.0"
150 -SLOT="0"
151 -KEYWORDS="~amd64 ~x86"
152 -
153 -RDEPEND="
154 - >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
155 - >=dev-python/google-auth-1.0.0[${PYTHON_USEDEP}]
156 - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
157 -"
158 -
159 -BDEPEND="
160 - test? (
161 - dev-python/mock[${PYTHON_USEDEP}]
162 - )
163 -"
164 -
165 -distutils_enable_tests pytest