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/h11/
Date: Thu, 12 May 2022 16:17:15
Message-Id: 1652372221.a0d54754f0522e0c5c8cc91634d02550215d00fa.mgorny@gentoo
1 commit: a0d54754f0522e0c5c8cc91634d02550215d00fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 15:37:11 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 16:17:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d54754
7
8 dev-python/h11: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/h11/h11-0.13.0-r1.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/h11/h11-0.13.0-r1.ebuild b/dev-python/h11/h11-0.13.0-r1.ebuild
16 index 5de6caf488f4..592e6d017437 100644
17 --- a/dev-python/h11/h11-0.13.0-r1.ebuild
18 +++ b/dev-python/h11/h11-0.13.0-r1.ebuild
19 @@ -4,12 +4,16 @@
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="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2"
29 -HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/"
30 +HOMEPAGE="
31 + https://h11.readthedocs.io/en/latest/
32 + https://github.com/python-hyper/h11/
33 + https://pypi.org/project/h11/
34 +"
35 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="MIT"