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/setuptools-rust/
Date: Wed, 11 May 2022 21:05:17
Message-Id: 1652303104.17cbac3eb06077c8e17940e85b01e806e64f8e3e.mgorny@gentoo
1 commit: 17cbac3eb06077c8e17940e85b01e806e64f8e3e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 20:22:34 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 21:05:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17cbac3e
7
8 dev-python/setuptools-rust: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild b/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild
16 index cbe6701b0e37..cb38febad267 100644
17 --- a/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild
18 +++ b/dev-python/setuptools-rust/setuptools-rust-1.3.0.ebuild
19 @@ -5,7 +5,7 @@ EAPI=8
20
21 CARGO_OPTIONAL=yes
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25
26 CRATES="
27 bitflags-1.3.2