Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gcalcli/
Date: Tue, 31 May 2022 10:43:57
Message-Id: 1653993798.5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce.sam@gentoo
1 commit: 5c886b50ef2b2e05f1883293d8f7a0b4e7cf4bce
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 10:41:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 10:43:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c886b50
7
8 app-misc/gcalcli: enable py3.10 and disable py3.7
9
10 Closes: https://bugs.gentoo.org/845498
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild
17 index 559222c1bbbc..8fce85bd388c 100644
18 --- a/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild
19 +++ b/app-misc/gcalcli/gcalcli-4.2.0-r1.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29 DISTUTILS_USE_SETUPTOOLS=rdepend
30 inherit distutils-r1