Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-evdev/
Date: Tue, 25 May 2021 16:05:09
Message-Id: 1621958687.46daa83092699ede607ee2d52da85f32d21a2e8c.mgorny@gentoo
1 commit: 46daa83092699ede607ee2d52da85f32d21a2e8c
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Tue May 25 06:46:29 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 25 16:04:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46daa830
7
8 dev-python/python-evdev: bump to python 3.9, 3.10
9
10 passes tests
11
12 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-python/python-evdev/python-evdev-1.4.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/python-evdev/python-evdev-1.4.0.ebuild b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
19 index 4203b149953..9dea3a60302 100644
20 --- a/dev-python/python-evdev/python-evdev-1.4.0.ebuild
21 +++ b/dev-python/python-evdev/python-evdev-1.4.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28
29 inherit distutils-r1
30
31 @@ -20,7 +20,7 @@ distutils_enable_tests pytest
32 python_compile() {
33 distutils-r1_python_compile build_ecodes \
34 --evdev-headers \
35 - "${SYSROOT}"/usr/include/linux/input.h:"${SYSROOT}"/usr/include/linux/input-event-codes.h
36 + "${SYSROOT}/usr/include/linux/input.h:${SYSROOT}/usr/include/linux/input-event-codes.h"
37 }
38
39 python_test() {