diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:17:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-10 15:21:47 +0100 |
commit | dae4d55f147c233adf692a0efa1028d601125b31 (patch) | |
tree | 38366c3e07f942f8f8a8b2f07531d51f6288b8b3 /app-misc | |
parent | app-misc/goobook: Remove Python < 3.10 (diff) | |
download | gentoo-dae4d55f147c233adf692a0efa1028d601125b31.tar.gz gentoo-dae4d55f147c233adf692a0efa1028d601125b31.tar.bz2 gentoo-dae4d55f147c233adf692a0efa1028d601125b31.zip |
app-misc/gcalcli: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | 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" |