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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02C4D158091 for ; Tue, 31 May 2022 10:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D09E05AC; Tue, 31 May 2022 10:43:56 +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 040A7E05AC for ; Tue, 31 May 2022 10:43:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D381D341A42 for ; Tue, 31 May 2022 10:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA114D5 for ; Tue, 31 May 2022 10:43:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653993798.5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcalcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild X-VCS-Directories: app-misc/gcalcli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce X-VCS-Branch: master Date: Tue, 31 May 2022 10:43:53 +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: d1f92993-5889-48dd-a518-9120bc60e071 X-Archives-Hash: 46b2323ee47279e1e1ae5a8847b3080f commit: 5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce Author: Sam James gentoo org> AuthorDate: Tue May 31 10:41:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 31 10:43:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c886b50 app-misc/gcalcli: enable py3.10 and disable py3.7 Closes: https://bugs.gentoo.org/845498 Signed-off-by: Sam James gentoo.org> app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild index 559222c1bbbc..8fce85bd388c 100644 --- a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild +++ b/app-misc/gcalcli/gcalcli-4.2.0-r1.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 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1