summaryrefslogtreecommitdiff
path: root/dev-python/google-auth-oauthlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-16 07:19:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-16 07:19:54 +0000
commitb1e45ef5f1e61faca51d6e8fa53d69dd596d08dd (patch)
tree739b9444c5897b6d2ce244c7682f928da04c56b9 /dev-python/google-auth-oauthlib
parent12c3c12b381ac14ce11e9db42e5a655a162a12fe (diff)
downloadbaldeagleos-repo-b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd.tar.gz
baldeagleos-repo-b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd.tar.xz
baldeagleos-repo-b1e45ef5f1e61faca51d6e8fa53d69dd596d08dd.zip
Adding metadata
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/Manifest1
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.4.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
index dd3b717c2857..df44eb508bdf 100644
--- a/dev-python/google-auth-oauthlib/Manifest
+++ b/dev-python/google-auth-oauthlib/Manifest
@@ -1 +1,2 @@
DIST google-auth-library-python-oauthlib-1.2.3.gh.tar.gz 54146 BLAKE2B c40f0a772887158286856e9f5c3a6e598f3395ef223928249bf7d7c85fc3e0ec20c31374b899b0c39c7e7b3beb83b1c0e75c59038ff997806a1774247a4b1e68 SHA512 7c69bb377be65321cd88c0fd0317f69d10b430d4d505346c2c0d557d0488c05d225e4f24d850f9f09fafd908626551b34594c9a4f8587cb0a5e0674b6f3c2c45
+DIST google_auth_oauthlib-1.2.4.tar.gz 21185 BLAKE2B c84119a17820665ccf3eb1307cb40747bf4931571af079562bd55044ec836265338f25ee4f4339aed4cff9ebf458b9fe2cfd923d9b671f7cb339e4d0f2a3399b SHA512 ffd35449faddeb32b8a22e4bbc4ef26412227ec161d2c2746436bd505b34695f0800cb9214f098b200d4ae0d572d8e002d110bd72f0f6adc444a6b286fc277c7
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.4.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.4.ebuild
new file mode 100644
index 000000000000..a3b55160902c
--- /dev/null
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1 pypi
+
+MY_P=google-auth-library-python-oauthlib-${PV}
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+ https://github.com/googleapis/google-auth-library-python-oauthlib/
+ https://pypi.org/project/google-auth-oauthlib/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/click-6.0.0[${PYTHON_USEDEP}]
+ >=dev-python/google-auth-2.46.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest