repo/gentoo:master commit in: dev-python/google-auth-httplib2/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786069742.8d18a6d1c8306fff279e0e1430423a4fdb87d13d.mgorny@gentoo> |
commit: 8d18a6d1c8306fff279e0e1430423a4fdb87d13d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 7 02:10:12 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 7 02:29:02 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d18a6d1 dev-python/google-auth-httplib2: Bump to 0.4.1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/google-auth-httplib2/Manifest | 2 ++ .../google-auth-httplib2-0.4.1.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/dev-python/google-auth-httplib2/Manifest b/dev-python/google-auth-httplib2/Manifest index 6426a022741f..1c8b8fe6e625 100644 --- a/dev-python/google-auth-httplib2/Manifest +++ b/dev-python/google-auth-httplib2/Manifest @@ -1,2 +1,4 @@ DIST google_auth_httplib2-0.4.0.tar.gz 11161 BLAKE2B 49754f561cc1ae00f9a5f92ccd02765d9f089ffa60cda7338e322fa10406cc577c9f5a745e6be7a72b67c3a7e44c6f23dfa4253739b68ef1aae5e7c115a7a5bf SHA512 edbe485786d497cf58eafc66bad70eaea66e242b5be07e66a8290ea4bd4f8b6c3c5e7851bb72160021e75ab56fb952a090b33b55e60f43085f966f2cdccff21a DIST google_auth_httplib2-0.4.0.tar.gz.provenance 6108 BLAKE2B 82c89f074de30d96259f4266f33ee1c2e5da9b95ee0c6cfd60bb1f42a545b065e94e8d5626c4ae97a9e93ac8e08e0478b13a50eca553e2df10d073a8458807a4 SHA512 77b6963f3f13f8911a717e1ee9a08bb5846bfc42262b07eeca0e1ba2da8fa57d245ad1246e47e536291a58592d08f642eaee29b8c1c30649922c209d8693da02 +DIST google_auth_httplib2-0.4.1.tar.gz 11158 BLAKE2B 293a421b4e3cbcae04c335bfd531d88ddb143249c0f9ba09ff253e53d997e0a430dcd6c2109ac39ae9662aaada1ba9b0cb01f9bfbc8466c7936c9d11b25aa1f6 SHA512 b1dfcd077bfa0b39856071a298da0dc591d5d12d409f112ff7dc4a1dde8c0a6d6c2f93adea227ccbcf5b9949f030fa7cd10dc0edf5a47930c4d7600c8312df29 +DIST google_auth_httplib2-0.4.1.tar.gz.provenance 5970 BLAKE2B 9de16ccdf42daca59470ae496d2f0f2328f1f9c3c8fd48e2bfe5e33dac21f10b096e173bafbfee1323f251117f00dd75696fe49d9854d0496fa3610c9c03b1a9 SHA512 6fd1dbba815973770dc2ff0a492bbeeca068c475b257b49a44bc9de0889d07e788546e8c4598056625b2c933232bb9b31d003b9baaf5668d4817b728ecb55933 diff --git a/dev-python/google-auth-httplib2/google-auth-httplib2-0.4.1.ebuild b/dev-python/google-auth-httplib2/google-auth-httplib2-0.4.1.ebuild new file mode 100644 index 000000000000..48ec150dbc90 --- /dev/null +++ b/dev-python/google-auth-httplib2/google-auth-httplib2-0.4.1.ebuild @@ -0,0 +1,35 @@ +# 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-yiZuu6kX0fMraekM5bLblcYXZrFtfLi78GwgEUFvwP6SXLuoLJi/[email protected] +PYTHON_COMPAT=( python3_{12..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="httplib2 Transport for Google Auth" +HOMEPAGE=" + https://pypi.org/project/google-auth-httplib2/ + https://github.com/googleapis/google-auth-library-python-httplib2/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + <dev-python/httplib2-1[${PYTHON_USEDEP}] + >=dev-python/httplib2-0.19.0[${PYTHON_USEDEP}] + <dev-python/google-auth-3[${PYTHON_USEDEP}] + >=dev-python/google-auth-2.14.1[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/flask[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=( pytest-localserver ) +distutils_enable_tests pytest