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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEF59158095 for ; Fri, 26 Aug 2022 12:10:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9A60E098F; Fri, 26 Aug 2022 12:10:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8DECE098F for ; Fri, 26 Aug 2022 12:10:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6394340F76 for ; Fri, 26 Aug 2022 12:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 381B1526 for ; Fri, 26 Aug 2022 12:10:29 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1661515820.6ab69c9d4e8075fec69d77caa4756a830d840854.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/goobook/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/goobook/goobook-3.5.1-r2.ebuild app-misc/goobook/goobook-3.5.1-r3.ebuild X-VCS-Directories: app-misc/goobook/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6ab69c9d4e8075fec69d77caa4756a830d840854 X-VCS-Branch: master Date: Fri, 26 Aug 2022 12:10:29 +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: 6a4d4902-062f-45e8-9a59-c88bf75778f8 X-Archives-Hash: c3de469aeef9dc884e1df950fec64f45 commit: 6ab69c9d4e8075fec69d77caa4756a830d840854 Author: Kalin KOZHUHAROV gmail com> AuthorDate: Wed Aug 24 23:10:21 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Aug 26 12:10:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab69c9d app-misc/goobook: revbump for python3_10 Cherry-picked form https://github.com/thinrope/pkalin/commit/8d6c39ce4dd16efb9079bcaf12cb5ca260f4a43a Tested with python-3.10.5 - works as expected. NOTE: goobook-3.5.2 is a whole new beast, not easy to support yet. Closes: https://bugs.gentoo.org/845501 Reported-by: Kalin KOZHUHAROV thinrope.net> Signed-off-by: Kalin KOZHUHAROV thinrope.net> Related: https://bugs.gentoo.org/678398 Closes: https://github.com/gentoo/gentoo/pull/27007 Signed-off-by: Andrew Ammerlaan gentoo.org> .../goobook/{goobook-3.5.1-r2.ebuild => goobook-3.5.1-r3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/goobook/goobook-3.5.1-r2.ebuild b/app-misc/goobook/goobook-3.5.1-r3.ebuild similarity index 93% rename from app-misc/goobook/goobook-3.5.1-r2.ebuild rename to app-misc/goobook/goobook-3.5.1-r3.ebuild index 93031a16eb17..83aa17bec80d 100644 --- a/app-misc/goobook/goobook-3.5.1-r2.ebuild +++ b/app-misc/goobook/goobook-3.5.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 readme.gentoo-r1 DESCRIPTION="Access your Google contacts from the command line"