Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pychromecast/
Date: Fri, 20 May 2022 02:13:59
Message-Id: 1653012681.cc208f866cbc727f26e41693458c6f224db9e9da.prometheanfire@gentoo
1 commit: cc208f866cbc727f26e41693458c6f224db9e9da
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 20 02:11:21 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri May 20 02:11:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc208f86
7
8 dev-python/pychromecast: add 3.10 to python_compat
9
10 Closes: https://bugs.gentoo.org/845786
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/pychromecast/pychromecast-9.3.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pychromecast/pychromecast-9.3.1.ebuild b/dev-python/pychromecast/pychromecast-9.3.1.ebuild
18 index da95c8815f5d..52a7f1486ff1 100644
19 --- a/dev-python/pychromecast/pychromecast-9.3.1.ebuild
20 +++ b/dev-python/pychromecast/pychromecast-9.3.1.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 2020-2021 Gentoo Authors
23 +# Copyright 2020-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27
28 -PYTHON_COMPAT=( python3_{7..9} )
29 +PYTHON_COMPAT=( python3_{7..10} )
30 inherit distutils-r1
31
32 DESCRIPTION="Python module to talk to Google Chromecast"