diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-05-05 12:56:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-05-05 12:56:24 +0100 |
commit | 9a0e466823bee57eb01cc2c6cd2f3d89d8849c55 (patch) | |
tree | c0ce8549b49d6e0deae18c3b40c8e3f6fbbb5228 /dev-python/google-auth-oauthlib | |
parent | c26f6443eb756efd40810cc7b85e6f8fc470fe0f (diff) |
gentoo auto-resync : 05:05:2025 - 12:56:24
Diffstat (limited to 'dev-python/google-auth-oauthlib')
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest index 2bc7c7dff6f6..f3dde74f79e3 100644 --- a/dev-python/google-auth-oauthlib/Manifest +++ b/dev-python/google-auth-oauthlib/Manifest @@ -1,6 +1,3 @@ -AUX google-auth-oauthlib-1.2.0-setup-exclude.patch 863 BLAKE2B 9ac621f5693a52627bdcda558a6b260ddb4c48f98d518f69285923ddbf74179a55fe825e984363d69f5d561b6fe886721f442b7b1a1defa92330e83efc9257cc SHA512 f5f1c138c94855f2a93ac61e5379d8dea971db6d245b99daab4325a2c8604123c2a8895d46f5f31618143f5920cf2ca175955ec6249287470b787f46cad31bbb -DIST google-auth-library-python-oauthlib-1.2.1.gh.tar.gz 74582 BLAKE2B 668f4c7c6640e6fd71d9c6135f5cdfe822f4170c8640b574e8fa7eb4e29b9645b95c002d9df2a595d465daceea2c4eeb111811729915bcb508ae5dc911e2f738 SHA512 d4b53eeb72f25128230c94d909fac1814727ee09e2133e9481f8c608ecf18003d571504215dceb7ec6450b289efb8b393cd33d9cbed12072a228644cc48539b5 DIST google-auth-library-python-oauthlib-1.2.2.gh.tar.gz 55488 BLAKE2B ebc67448bc1bfa9ea2879bee5a655dbb0beca01e4e43abe712860c64628d764405339220695a508586175a7590f3fc08d2b87163ec9bb59a4197a968880b8492 SHA512 5e57320b4c6ffdde42975625268647afa02978cb0d6598ca2db9986fa4744f7f8740779c6010f99064a223661c879cc4928642d9a9ebc308aabd950cdfd232f3 -EBUILD google-auth-oauthlib-1.2.1.ebuild 1023 BLAKE2B 76f75da88aeda1fdbab53d4a492a823271428a1f73026011d91886316644408b00bc6b141657a579317266ae942efc6b2e4e0942f47fab29418352b177e8006c SHA512 5786d06809087fecdfe00dd0b19ef609900db70b425f9b53038611212be671d4218b2b18a7c5e3f453ea2df650d452f9ef3cd010098719a623b527829641cb91 EBUILD google-auth-oauthlib-1.2.2.ebuild 1073 BLAKE2B a82006b819fe53463195d8a61e6eadbae58fe0e1fa9c45e19c432d32ef2c5c169791c8021437fd3fbbad60869ee90475356318ff5ff2c6a25b684ee7d956d900 SHA512 62b505d6ab2d61ab96de33d6caf90b3af243c63188fb2cd45b6af7f5941239bc6c4d0c5398b8881beffc6a7b6f7b7c59cd5d6d87b6a8ff3e02f0edac2fba2fe3 MISC metadata.xml 410 BLAKE2B 23af42a2aa614f119e10cf5d57c3c37abb69ad8d9b1e16445fb92c9f00bdd78f6b1a6a51dff4ebb98bbb03e0002e73eb68cffcf857372dd94848187637c60219 SHA512 c19dd3af098644d5068ec677be51615885bb1267ba9bfb867609725e2a824a74934e2fe25909ea7406c91ca405d44e4c7191a14d3d1bc7b3a60c29445456d3d1 diff --git a/dev-python/google-auth-oauthlib/files/google-auth-oauthlib-1.2.0-setup-exclude.patch b/dev-python/google-auth-oauthlib/files/google-auth-oauthlib-1.2.0-setup-exclude.patch deleted file mode 100644 index 61349d1cce43..000000000000 --- a/dev-python/google-auth-oauthlib/files/google-auth-oauthlib-1.2.0-setup-exclude.patch +++ /dev/null @@ -1,25 +0,0 @@ -From dffa74bf7cb25d4e7759b4d0cded68eabfaaf33b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Mon, 8 Jan 2024 15:58:00 +0100 -Subject: [PATCH] fix: do not include docs/conf.py & scripts in wheel - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index ea9796a..430db0c 100644 ---- a/setup.py -+++ b/setup.py -@@ -37,7 +37,7 @@ setup( - description="Google Authentication Library", - long_description=long_description, - url="https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib", -- packages=find_namespace_packages(exclude=("tests*",)), -+ packages=find_namespace_packages(exclude=("docs*", "scripts*", "tests*",)), - install_requires=DEPENDENCIES, - extras_require={"tool": TOOL_DEPENDENCIES}, - entry_points={ --- -2.43.0 - diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.1.ebuild deleted file mode 100644 index 89195beeff06..000000000000 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-1.2.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -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/ -" -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" -KEYWORDS="~amd64 ~arm64 ~x86" - -RDEPEND=" - >=dev-python/click-6.0.0[${PYTHON_USEDEP}] - >=dev-python/google-auth-2.15.0[${PYTHON_USEDEP}] - >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -PATCHES=( - # https://github.com/googleapis/google-auth-library-python-oauthlib/pull/328 - "${FILESDIR}/${PN}-1.2.0-setup-exclude.patch" -) |