From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/oauth2client/Manifest | 3 +- .../oauth2client/oauth2client-4.1.3-r1.ebuild | 5 ++- .../oauth2client/oauth2client-4.1.3-r2.ebuild | 52 ++++++++++++++++++++++ 3 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 dev-python/oauth2client/oauth2client-4.1.3-r2.ebuild (limited to 'dev-python/oauth2client') diff --git a/dev-python/oauth2client/Manifest b/dev-python/oauth2client/Manifest index 2a45963cab77..789c252f232a 100644 --- a/dev-python/oauth2client/Manifest +++ b/dev-python/oauth2client/Manifest @@ -1,4 +1,5 @@ AUX oauth2client-4.1.3-py38.patch 1782 BLAKE2B 751b62649cd7222230f809c7e957636e351cddb3588c1da112443b09067c73cc6ada588697dd36f9b6ed2115238f8f811bc5502b17c75b2f65be655b4199dc9f SHA512 3e03d7105e76206e63858a32a25dfd5bbf997ced6abafd75d0f4973528ee91cb28200854ccfa519945573992f454c18d2acad5784693acffc7509ddcb13908a8 DIST oauth2client-4.1.3.tar.gz 185589 BLAKE2B 6cd61448e0d55cef7f2ba640c8cbb50ac83e76d0993391eb0acb3e156f937fcdee80576c9d45d505235a9f266495069664ccbfafd649a4e2d7a0990517ee8cb6 SHA512 80f49e09a6dd6767307a2c278544926fbf20b4f55e4cf83563ac7a7c1043622bd3c8c7fcf6de62896b623ca8c7947b309a5e6bf2b7cb0fccff3ff7634386b287 -EBUILD oauth2client-4.1.3-r1.ebuild 1720 BLAKE2B 2c7054a8e628129de9e44d3314b7a5bf9268dd2ddfea2c6649114c24b97f9fa4258ebd75277241d8c59135ae7a1cb80c4091e48481513b2fe895e60cce9a340e SHA512 e74f68719206c3ff55f2a526c5d3e0c841c61605e637fe9499221fe4792ed436015a243e312536e337c40bef521dca2165b68b98e7cb5b685c7e053df9c9a373 +EBUILD oauth2client-4.1.3-r1.ebuild 1722 BLAKE2B 3229060062fc40acb5ea8a5028c94cae5979959d698b76341f8cfb1615b055e46327dd517fc491c0298256b67b553dfe7e4e6d2565dbd160e80097e808e7effb SHA512 38c7d3524591fa24547a6d2a37aa66c39cf002c2867a99c46de06361e7f4d162bcf4a88950117a58a5ea422c85dbf2f74598874d9deb3a2fe62564e5361bddf8 +EBUILD oauth2client-4.1.3-r2.ebuild 1427 BLAKE2B ecd3ee975db3d8063346ef9692e147108b1f192c31f978fb019034f3a062c70ef604052736c79d0d489558eb58381ca031d62fb870b9a4cb3b5b371b9b516f47 SHA512 bee11a308927b96f41311aa9aba21f7aaddc303c00f7702c74a11d65e8478ae21984f0ac6034c52a4cccfa7346987541bdcd71956dba61dc7a00d1f2fbef5cbf MISC metadata.xml 403 BLAKE2B 53ea3fd7507fa9760d7af00c61e4598779e775fd3ab7e498908aa39f3472dff0cdd8246d7c2e7b62ebbfbf01c7ed9c1725dbb276e8685cb46ea77bcc2c02f9d2 SHA512 1cdf21510872f686912e699627a0252119ca25a3198183d74608a12e07bf14538398794e235ccdfdec06e1aafc52cbb693748bfde50855c083a59e3f1ada3870 diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild index 22622615cc0e..21462801d204 100644 --- a/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild +++ b/dev-python/oauth2client/oauth2client-4.1.3-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) + +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 diff --git a/dev-python/oauth2client/oauth2client-4.1.3-r2.ebuild b/dev-python/oauth2client/oauth2client-4.1.3-r2.ebuild new file mode 100644 index 000000000000..29d0198dbeb8 --- /dev/null +++ b/dev-python/oauth2client/oauth2client-4.1.3-r2.ebuild @@ -0,0 +1,52 @@ +# 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 + +DESCRIPTION="Library for accessing resources protected by OAuth 2.0" +HOMEPAGE="https://github.com/googleapis/oauth2client" +SRC_URI="https://github.com/googleapis/oauth2client/archive/v${PV/_p/-post}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${P/_p/-post} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}] + >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] + >=dev-python/pyasn1-modules-0.0.5[${PYTHON_USEDEP}] + >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}] + >=dev-python/six-1.6.1[${PYTHON_USEDEP}] + dev-python/keyring[${PYTHON_USEDEP}] + !<=dev-python/google-api-python-client-1.1[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/flask[${PYTHON_USEDEP}] + dev-python/sqlalchemy[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests nose + +PATCHES=( + "${FILESDIR}/oauth2client-4.1.3-py38.patch" +) + +python_test() { + nosetests -v \ + -e appengine \ + -e django_util \ + -e test_multiprocess_file_storage \ + -e test_bad_positional || die "tests fail with ${EPYTHON}" + # appengine - requires appengine + # django_util - requires django + # test_multiprocess_file_storage - requires fasteners + # test_bad_positional - expects TypeError, gets ValueError +} -- cgit v1.2.3