Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-pidfile/
Date: Mon, 27 Feb 2023 18:04:33
Message-Id: 1677510812.12fe9809125f3dad058cde7cb694c2ba3137874b.ceamac@gentoo
1 commit: 12fe9809125f3dad058cde7cb694c2ba3137874b
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 14:38:37 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:13:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12fe9809
7
8 dev-python/python-pidfile: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897552
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
17 index a54347430..bffb91d8f 100644
18 --- a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
19 +++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=8
23
24 -PYTHON_COMPAT=( python3_{8..10} )
25 +PYTHON_COMPAT=( python3_{8..11} )
26
27 inherit distutils-r1