diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-13 21:32:08 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-13 21:53:28 +0200 |
commit | cfb5baf5ec267077c73b5d306f3c807a9fe4e390 (patch) | |
tree | 861dd00bb8003a233037bdb22742baaedbd29f38 /dev-python/google-auth-oauthlib | |
parent | dev-python/pyproj: add 3.4.1 (diff) | |
download | gentoo-cfb5baf5ec267077c73b5d306f3c807a9fe4e390.tar.gz gentoo-cfb5baf5ec267077c73b5d306f3c807a9fe4e390.tar.bz2 gentoo-cfb5baf5ec267077c73b5d306f3c807a9fe4e390.zip |
dev-python/google-auth-oauthlib: add 0.8.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/google-auth-oauthlib')
-rw-r--r-- | dev-python/google-auth-oauthlib/Manifest | 1 | ||||
-rw-r--r-- | dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/google-auth-oauthlib/Manifest b/dev-python/google-auth-oauthlib/Manifest index a45ccefff02a..41f82b85b277 100644 --- a/dev-python/google-auth-oauthlib/Manifest +++ b/dev-python/google-auth-oauthlib/Manifest @@ -1 +1,2 @@ DIST google-auth-library-python-oauthlib-0.7.1.gh.tar.gz 70325 BLAKE2B 969b6de0b873ab9532b46549e82bef14c71777f67d4c8813ab7d94cb66239469e3647f683f074b0f495d7db6578e87c57e4e96e8920891d6912e5b807644c559 SHA512 e35d5090d83015ca4c7a5f7166ad4e7ed1c845845239bfe1fc56df6a9ce925afaa47db435c6eac5a66364e2a4c866d1e8ae49dcf34066e90b4f8d6dcdb670bfb +DIST google-auth-library-python-oauthlib-0.8.0.gh.tar.gz 71774 BLAKE2B 100aa01586f5df18453713610f3ed954a196e3d0c8d4dc15b8a67335951cbc2eaa15e3fa4bf7c7ba161418550bb7cfc68630fca0efe697a9c65ccbd7e0ce05d9 SHA512 3090d9b3ad25df6e8151e49a0cd96e7226aac2cecbbf289ccbc8cf4704ec86d882c11546b26f3a2ba9b047c19408f0cb939b9caf489aa935f49f8990ab7bfa55 diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild new file mode 100644 index 000000000000..9f0dd721dba7 --- /dev/null +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.8.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +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 ~x86" + +RDEPEND=" + >=dev-python/click-6.0.0[${PYTHON_USEDEP}] + >=dev-python/google-auth-2.13.0[${PYTHON_USEDEP}] + >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |