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/outcome/
Date: Fri, 13 May 2022 16:11:10
Message-Id: 1652458258.be73013a2eb5b1bf7c9d5a83b9da52affa044fa1.mgorny@gentoo
1 commit: be73013a2eb5b1bf7c9d5a83b9da52affa044fa1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 15:05:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 16:10:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be73013a
7
8 dev-python/outcome: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/outcome/outcome-1.1.0-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/outcome/outcome-1.1.0-r1.ebuild b/dev-python/outcome/outcome-1.1.0-r1.ebuild
16 index 2be36f800610..66ea00ede959 100644
17 --- a/dev-python/outcome/outcome-1.1.0-r1.ebuild
18 +++ b/dev-python/outcome/outcome-1.1.0-r1.ebuild
19 @@ -4,14 +4,14 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( pypy3 python3_{8..10} )
24 +PYTHON_COMPAT=( pypy3 python3_{8..11} )
25
26 inherit distutils-r1
27
28 DESCRIPTION="Capture the outcome of Python function calls"
29 HOMEPAGE="
30 - https://github.com/python-trio/outcome
31 - https://pypi.org/project/outcome
32 + https://github.com/python-trio/outcome/
33 + https://pypi.org/project/outcome/
34 "
35 SRC_URI="
36 https://github.com/python-trio/${PN}/archive/v${PV}.tar.gz