Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyinotify/
Date: Fri, 16 Jul 2021 10:56:39
Message-Id: 1626432975.6245b3561c26e1a328ec9bd1c8e53841b416f99d.sbraz@gentoo
1 commit: 6245b3561c26e1a328ec9bd1c8e53841b416f99d
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 10:50:28 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 10:56:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6245b356
7
8 dev-python/pyinotify: enable py3.10
9
10 The package has no tests so I tested it myself.
11
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 dev-python/pyinotify/pyinotify-0.9.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
18 index bef1ccac937..63be1629b76 100644
19 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
20 +++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
26 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
27 PYTHON_REQ_USE="threads(+)"
28
29 inherit distutils-r1