Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
Date: Sun, 01 Nov 2020 21:41:18
Message-Id: 1604266849.44c23d60c4a85bb924b77d190408861b1fc8336c.chewi@gentoo
1 commit: 44c23d60c4a85bb924b77d190408861b1fc8336c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 21:40:33 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 21:40:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c23d60
7
8 dev-python/python-evdev: Add python3_9 to PYTHON_COMPAT
9
10 The tests are passing.
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 dev-python/python-evdev/python-evdev-1.3.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
19 index b076afebcdb..602a70a3fec 100644
20 --- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
21 +++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28
29 inherit distutils-r1