summaryrefslogtreecommitdiff
path: root/dev-python/google-auth-oauthlib
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-28 19:46:44 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-02-28 19:46:44 +0000
commit4b9f95125b5c774c45668477e8dc5edf306d0753 (patch)
treeb1442ef294cb293d4025b80403901517779aed86 /dev-python/google-auth-oauthlib
parent7a42e8577d50dc5ee7861983fe0ae2c8a611bc8c (diff)
downloadbaldeagleos-repo-4b9f95125b5c774c45668477e8dc5edf306d0753.tar.gz
baldeagleos-repo-4b9f95125b5c774c45668477e8dc5edf306d0753.tar.xz
baldeagleos-repo-4b9f95125b5c774c45668477e8dc5edf306d0753.zip
Adding metadata
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r--dev-python/google-auth-oauthlib/Manifest3
-rw-r--r--dev-python/google-auth-oauthlib/google-auth-oauthlib-1.3.0.ebuild (renamed from dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.3.ebuild)22
2 files changed, 6 insertions, 19 deletions
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest
index df44eb508bdf..2434f5ba4e98 100644
--- a/dev-python/google-auth-oauthlib/Manifest
+++ b/dev-python/google-auth-oauthlib/Manifest
@@ -1,2 +1,3 @@
-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
+DIST google_auth_oauthlib-1.3.0.tar.gz 21777 BLAKE2B 6f2a0267a1f013445b008b6400fcbbfd7fc314b32a2c992a7057e0f59c58a1457f4bb6f5ff6bb5bf5e762e02c9a739d9fc8e34b9503fa619cc93904bc2c8f56e SHA512 8071a136d7ccb6c7ab7208e3ec684a4c36c61cfdf11a9463a58374f3d3e57f420a80f69601231a2c9fe2f7b3f5c27c3d4601a85f9877e472356c556047453e98
+DIST google_auth_oauthlib-1.3.0.tar.gz.provenance 5760 BLAKE2B 4244bbc32f17cbcdff4a863920a5921ee0c48e594f3dda9217f337ceb9be92825b026d8d1f16a454e0581ce16f3f3b9bd35f0d0bf577758ca10c7c7e2c575ef6 SHA512 b72f2509c3e097dfdf5881eb91647278512591150fc02fe0a57b3b60698820bbdf8597fbd65075606ff1c2a135ea877cc10f7d6cf0388901cdcbed5d2647847c
diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.3.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.3.0.ebuild
index 1d5e2e342b16..f90827d4a987 100644
--- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.3.ebuild
+++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.3.0.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=gcp:google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com
PYTHON_COMPAT=( python3_{10..14} )
-inherit distutils-r1
+inherit distutils-r1 pypi
MY_P=google-auth-library-python-oauthlib-${PV}
DESCRIPTION="Google Authentication Library"
@@ -14,11 +15,6 @@ HOMEPAGE="
https://github.com/googleapis/google-auth-library-python-oauthlib/
https://pypi.org/project/google-auth-oauthlib/
"
-SRC_URI="
- https://github.com/googleapis/google-auth-library-python-oauthlib/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
@@ -26,19 +22,9 @@ KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/click-6.0.0[${PYTHON_USEDEP}]
- <dev-python/google-auth-2.42.0[${PYTHON_USEDEP}]
- >=dev-python/google-auth-2.15.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
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # remove mock dependency
- # https://github.com/googleapis/google-auth-library-python-oauthlib/pull/351
- find -name 'test_*.py' -exec \
- sed -i -e 's:import mock:from unittest import mock:' {} + || die
-}