Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-mpv/
Date: Wed, 27 Jan 2021 05:13:45
Message-Id: 1611724272.ee4f9e020d3de321fa40c0cf9f0cb5b21ca2cd4c.telans@gentoo
1 commit: ee4f9e020d3de321fa40c0cf9f0cb5b21ca2cd4c
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Wed Jan 27 05:11:12 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Wed Jan 27 05:11:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee4f9e02
7
8 dev-python/python-mpv: bump PYTHON_COMPAT to 3.9
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-python/python-mpv/python-mpv-0.5.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/python-mpv/python-mpv-0.5.2.ebuild b/dev-python/python-mpv/python-mpv-0.5.2.ebuild
17 index 4acebac9..ba5a592d 100644
18 --- a/dev-python/python-mpv/python-mpv-0.5.2.ebuild
19 +++ b/dev-python/python-mpv/python-mpv-0.5.2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{7,8} )
28 +PYTHON_COMPAT=( python3_{7..9} )
29
30 inherit distutils-r1 virtualx