commit:     96433882ce61d2a108cc53ce3bc5828ef5c5fb35
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Thu Jun 22 12:37:29 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 14:25:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96433882

dev-python/pyinotify: add link to py3.12 issue

Library is broken with py3.12 because of removed asyncore module.

Upstream-issue: https://github.com/seb-m/pyinotify/issues/204
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31572
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild 
b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild
index 261ba1a9da0c..b98c916c641d 100644
--- a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild
@@ -4,7 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+# py3.12 does not work, see https://github.com/seb-m/pyinotify/issues/204
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

Reply via email to