Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/subprocess-tee/
Date: Wed, 21 Sep 2022 14:00:18
Message-Id: 1663768805.2a5f1d52d1136dec315f717d2f1491b2ea78a7d1.marecki@gentoo
1 commit: 2a5f1d52d1136dec315f717d2f1491b2ea78a7d1
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 21 13:24:51 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 21 14:00:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5f1d52
7
8 dev-python/subprocess-tee: enable py3.11 + PEP-517 mode
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
16 index 07ec6f767cea..3c4eaee3f160 100644
17 --- a/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
18 +++ b/dev-python/subprocess-tee/subprocess-tee-0.3.5.ebuild
19 @@ -3,7 +3,9 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 +DISTUTILS_USE_PEP517=setuptools
26 +
27 inherit distutils-r1
28
29 DESCRIPTION="subprocess.run replacement with tee(1)-like output"