diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-12 17:37:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-12 18:17:01 +0200 |
commit | a0d54754f0522e0c5c8cc91634d02550215d00fa (patch) | |
tree | e068b00821cd492b780aac7dab6799adfc826b70 /dev-python/h11 | |
parent | dev-python/priority: Enable py3.11 (diff) | |
download | gentoo-a0d54754f0522e0c5c8cc91634d02550215d00fa.tar.gz gentoo-a0d54754f0522e0c5c8cc91634d02550215d00fa.tar.bz2 gentoo-a0d54754f0522e0c5c8cc91634d02550215d00fa.zip |
dev-python/h11: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/h11')
-rw-r--r-- | dev-python/h11/h11-0.13.0-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/h11/h11-0.13.0-r1.ebuild b/dev-python/h11/h11-0.13.0-r1.ebuild index 5de6caf488f4..592e6d017437 100644 --- a/dev-python/h11/h11-0.13.0-r1.ebuild +++ b/dev-python/h11/h11-0.13.0-r1.ebuild @@ -4,12 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A pure-Python implementation of HTTP/1.1 inspired by hyper-h2" -HOMEPAGE="https://github.com/python-hyper/h11/ https://pypi.org/project/h11/" +HOMEPAGE=" + https://h11.readthedocs.io/en/latest/ + https://github.com/python-hyper/h11/ + https://pypi.org/project/h11/ +" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |