Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libvirt-python/
Date: Mon, 03 Jan 2022 00:11:08
Message-Id: 1641168654.5a91b94d0a3a3e32bfda952838b9838d62aabd2d.gyakovlev@gentoo
1 commit: 5a91b94d0a3a3e32bfda952838b9838d62aabd2d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 14:46:20 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 00:10:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a91b94d
7
8 dev-python/libvirt-python: enable py3.10 for 7.7.0
9
10 needed for stable arches
11 6 passed in 0.12s
12
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 dev-python/libvirt-python/libvirt-python-7.7.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild b/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
19 index e3d4ceacd974..6799f0b77a2a 100644
20 --- a/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
21 +++ b/dev-python/libvirt-python/libvirt-python-7.7.0.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{7..9} )
30 +PYTHON_COMPAT=( python3_{7..10} )
31
32 DISTUTILS_USE_SETUPTOOLS=no