commit:     dae4d55f147c233adf692a0efa1028d601125b31
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 14:17:32 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 14:21:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae4d55f

app-misc/gcalcli: Remove Python < 3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 4 ++--
 app-misc/gcalcli/gcalcli-4.3.0.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild 
b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild
index 8fce85bd388c..78922029329c 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-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 

diff --git a/app-misc/gcalcli/gcalcli-4.3.0.ebuild 
b/app-misc/gcalcli/gcalcli-4.3.0.ebuild
index b0ff10b2fe22..9011c82b338f 100644
--- a/app-misc/gcalcli/gcalcli-4.3.0.ebuild
+++ b/app-misc/gcalcli/gcalcli-4.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_10 )
 inherit distutils-r1
 
 DESCRIPTION="Google Calendar Command Line Interface"

Reply via email to