Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbytesize/
Date: Fri, 24 Dec 2021 08:02:07
Message-Id: 1640332907.a79394a133bc94f4d8d60df162071910aca0ebc7.sam@gentoo
1 commit: a79394a133bc94f4d8d60df162071910aca0ebc7
2 Author: t0b3 <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 17 09:44:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 08:01:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79394a1
7
8 dev-libs/libbytesize: add python 3.10
9
10 Closes: https://bugs.gentoo.org/829420
11 Signed-off-by: t0b3 <thomas.bettler <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/23360
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-libs/libbytesize/libbytesize-2.5.ebuild | 2 +-
16 dev-libs/libbytesize/libbytesize-2.6.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/dev-libs/libbytesize/libbytesize-2.5.ebuild b/dev-libs/libbytesize/libbytesize-2.5.ebuild
20 index a819367ec1e7..4450525879d7 100644
21 --- a/dev-libs/libbytesize/libbytesize-2.5.ebuild
22 +++ b/dev-libs/libbytesize/libbytesize-2.5.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit autotools python-r1
31
32
33 diff --git a/dev-libs/libbytesize/libbytesize-2.6.ebuild b/dev-libs/libbytesize/libbytesize-2.6.ebuild
34 index f261594c01a2..98b3c0db2b73 100644
35 --- a/dev-libs/libbytesize/libbytesize-2.6.ebuild
36 +++ b/dev-libs/libbytesize/libbytesize-2.6.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python3_{7..9} )
42 +PYTHON_COMPAT=( python3_{8..10} )
43
44 inherit autotools python-r1