Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/webrtcvad/
Date: Sun, 29 May 2022 20:17:22
Message-Id: 1653855436.f6144e03b4492eb1c8e64fa8498579f3c772a170.smaniotto.nicola@gentoo
1 commit: f6144e03b4492eb1c8e64fa8498579f3c772a170
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:15:14 2022 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 20:17:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f6144e03
7
8 dev-python/webrtcvad: enable py3.10
9
10 Closes: https://bugs.gentoo.org/848251
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/webrtcvad/webrtcvad-2.0.10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
17 index 389b09dca..e2b70e1a2 100644
18 --- a/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
19 +++ b/dev-python/webrtcvad/webrtcvad-2.0.10.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 2021 Gentoo Authors
22 +# Copyright 2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 -PYTHON_COMPAT=( python3_{8..9} )
28 +PYTHON_COMPAT=( python3_{8..10} )
29
30 inherit distutils-r1