summaryrefslogtreecommitdiff
path: root/dev-python/google-auth-oauthlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-11 00:46:27 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-01-11 00:46:27 +0000
commit6c0f684d28eb60e07b5e4d0eb45107431275dde5 (patch)
tree6b627255d1dc34f7397dafec115e829023145abb /dev-python/google-auth-oauthlib
parent859a72e91c361d1a2ca854f3d8761ee5199d916b (diff)
downloadbaldeagleos-repo-6c0f684d28eb60e07b5e4d0eb45107431275dde5.tar.gz
baldeagleos-repo-6c0f684d28eb60e07b5e4d0eb45107431275dde5.tar.xz
baldeagleos-repo-6c0f684d28eb60e07b5e4d0eb45107431275dde5.zip
Adding metadata
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-0.7.1.ebuild2
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.7.1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.7.1.ebuild
index be53ce5c8745..6634ea897bce 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.7.1.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0-r1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0-r1.ebuild
index e44c1a23ecb3..428011855aa4 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0-r1.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1