From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDC631381F3 for ; Sat, 31 Oct 2020 15:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5C60E081B; Sat, 31 Oct 2020 15:59:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94244E081B for ; Sat, 31 Oct 2020 15:59:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AB53340BB4 for ; Sat, 31 Oct 2020 15:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06AC6373 for ; Sat, 31 Oct 2020 15:58:59 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1604159922.3d827b1ad8d77387534524b17d16844b74cda947.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-oauthlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild dev-python/google-auth-oauthlib/metadata.xml X-VCS-Directories: dev-python/google-auth-oauthlib/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 3d827b1ad8d77387534524b17d16844b74cda947 X-VCS-Branch: master Date: Sat, 31 Oct 2020 15:58:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a180da2b-5bea-47fe-a52e-a7801c1bf4a0 X-Archives-Hash: 4e5d7072c028d3b9a2cbf40614e87224 commit: 3d827b1ad8d77387534524b17d16844b74cda947 Author: Andrea Cerisara gmail com> AuthorDate: Sun Oct 11 20:00:48 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Oct 31 15:58:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d827b1a dev-python/google-auth-oauthlib: add unit test support Signed-off-by: Andrea Cerisara gmail.com> Package-Manager: Portage-3.0.8, Repoman-3.0.1 Closes: https://github.com/gentoo/gentoo/pull/17893 Signed-off-by: Joonas Niilola gentoo.org> .../google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild | 9 ++++++++- dev-python/google-auth-oauthlib/metadata.xml | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild index dc65d4be51d..4270ac5f77e 100644 --- a/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild +++ b/dev-python/google-auth-oauthlib/google-auth-oauthlib-0.4.1-r1.ebuild @@ -9,14 +9,21 @@ inherit distutils-r1 DESCRIPTION="Google Authentication Library" HOMEPAGE="https://pypi.org/project/google-auth-oauthlib/ https://github.com/googleapis/google-auth-library-python-oauthlib" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="mirror://pypi/google-auth-oauthlib/google-auth-oauthlib/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" +DEPEND=" + test? ( dev-python/mock[${PYTHON_USEDEP}] ) +" + RDEPEND=" dev-python/click[${PYTHON_USEDEP}] dev-python/google-auth[${PYTHON_USEDEP}] >=dev-python/requests-oauthlib-0.7.0[${PYTHON_USEDEP}] " + +distutils_enable_tests pytest +DOCS=( LICENSE README.rst ) diff --git a/dev-python/google-auth-oauthlib/metadata.xml b/dev-python/google-auth-oauthlib/metadata.xml index dd996c7c52f..28caf6379e3 100644 --- a/dev-python/google-auth-oauthlib/metadata.xml +++ b/dev-python/google-auth-oauthlib/metadata.xml @@ -1,7 +1,14 @@ - + + andreacerisara@gmail.com + Andrea Cerisara + + + proxy-maint@gentoo.org + Proxy Maintainers + google-auth-oauthlib