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/precis-i18n/
Date: Mon, 31 Oct 2022 15:49:27
Message-Id: 1667231352.adba93adddf34a562fb87b436c926f7cd533d875.mgorny@gentoo
1 commit: adba93adddf34a562fb87b436c926f7cd533d875
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 15:16:27 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 15:49:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adba93ad
7
8 dev-python/precis-i18n: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/precis-i18n/precis-i18n-1.0.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
16 index cea7e43875a1..d924bf3e938a 100644
17 --- a/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
18 +++ b/dev-python/precis-i18n/precis-i18n-1.0.4.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit distutils-r1
26
27 MY_PN="${PN/-/_}"