diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-26 03:04:35 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-26 03:04:35 -0500 |
| commit | a5b204c853f6ce1d5c74fb57a0c5c64567baeab6 (patch) | |
| tree | 0f53706c599b08fce57e6d273f4da9ebdba26036 /dev-python/google-auth-oauthlib | |
| parent | 4929cb9b608bff3b91ed50301ce7781760c58a88 (diff) | |
| download | baldeagleos-repo-a5b204c853f6ce1d5c74fb57a0c5c64567baeab6.tar.gz baldeagleos-repo-a5b204c853f6ce1d5c74fb57a0c5c64567baeab6.tar.xz baldeagleos-repo-a5b204c853f6ce1d5c74fb57a0c5c64567baeab6.zip | |
Adding metadata
Diffstat (limited to 'dev-python/google-auth-oauthlib')
| -rw-r--r-- | dev-python/google-auth-oauthlib/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/google-auth-oauthlib/google-auth-oauthlib-1.4.1.ebuild | 29 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest index a456794bd70b..312bc40aa953 100644 --- a/dev-python/google-auth-oauthlib/Manifest +++ b/dev-python/google-auth-oauthlib/Manifest @@ -1,2 +1,4 @@ DIST google_auth_oauthlib-1.4.0.tar.gz 21675 BLAKE2B 47f0ab27e922ea95f64dde1409ddb02b50ed293302dd4d2528cfdf5ebcebfb30883f6635d5cdd9d3f9ff8ffe503dfa4f37102a807f84792c46d179fa0f3dd263 SHA512 5bf3d2d91b23f3e2ed2abbf65e3318de8470224624afce2e0c980521a5b6b2e83b73f3c583ef4ff1e7d4932f5cc2c087f677ff287fb2851da701c0e0013b255e DIST google_auth_oauthlib-1.4.0.tar.gz.provenance 6108 BLAKE2B 1a94fbbf2a00921265f2c0d025a757e310d09718b1771a33964a938b4a9939f6b60c54b20e2b32ff4b0abb88133417f33f66cd5ee2fed6723567b2d73774e272 SHA512 53771de2c0c0961dcbdc3c87b9819b2c36ccde57d7c3b6dcdeea7e81b3f0126f9f3738e00de354c88b72a7097ac99c331b974338fd1f25b9fbeb9767efb4d2c8 +DIST google_auth_oauthlib-1.4.1.tar.gz 22436 BLAKE2B a2020e29e038615005a3decf292d41f8fc1c801b8da8754ba011671d07bddb9eb9882a4b2e55c6ad0ef1a067df1d012f1ef0e8a828bacbdc4ed291b84f03228c SHA512 82204c47543b7ed0838e35bd7f52ceeb555bf776e0d14b33e0f9e4c6b77919150752f0a9be464dc939129fd442ceef5dc1d1b520afbfe46f31170ae8732b0cf8 +DIST google_auth_oauthlib-1.4.1.tar.gz.provenance 6152 BLAKE2B aa6a5ab65fe1a1403095892918609c5d712041384df98b8cf8f14a9a5c54f70b4ca5c02fefa82fb1502b02d0399b5f159cdd4de2cddf65fce3da095344f5fe96 SHA512 cd7e74a72fd3940e8e23f078e1f55849f0c36c086a4d4205d5be8ca0f52601063a51e48fc0b4fd8cbb4390058eba34fd681bb05e226e7afa86e0e96e74e182e7 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.4.1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.4.1.ebuild new file mode 100644 index 000000000000..c8ff23f60aed --- /dev/null +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.4.1.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 +PYPI_VERIFY_REPO=gcp:google-cloud-sdk-py@oss-exit-gate-prod.iam.gserviceaccount.com +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +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 |
