Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dstat/
Date: Tue, 31 May 2022 02:55:26
Message-Id: 1653963137.91e0308a99012a863737e84154dc100bbd80b3f1.sam@gentoo
1 commit: 91e0308a99012a863737e84154dc100bbd80b3f1
2 Author: Paul Healy <lmiphay <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 16:46:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 02:12:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e0308a
7
8 sys-apps/dstat: add python 3.10 to python compat
9
10 add python 3.10
11 drop python 3.7 and 3.8
12
13 Bug: https://bugs.gentoo.org/846308
14 Signed-off-by: Paul Healy <lmiphay <AT> gmail.com>
15 Closes: https://github.com/gentoo/gentoo/pull/25692
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 sys-apps/dstat/dstat-0.7.4-r2.ebuild | 4 ++--
19 1 file changed, 2 insertions(+), 2 deletions(-)
20
21 diff --git a/sys-apps/dstat/dstat-0.7.4-r2.ebuild b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
22 index bdaa4b1c23aa..323a3d46c5d9 100644
23 --- a/sys-apps/dstat/dstat-0.7.4-r2.ebuild
24 +++ b/sys-apps/dstat/dstat-0.7.4-r2.ebuild
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2020 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 -PYTHON_COMPAT=( python3_{7..9} )
33 +PYTHON_COMPAT=( python3_{9..10} )
34
35 inherit python-r1