diff options
author | 2022-05-15 09:27:03 +0200 | |
---|---|---|
committer | 2022-05-15 09:27:37 +0200 | |
commit | 7fde3547bff32b3aeeea7fe49319199f4e15fdfd (patch) | |
tree | e5151d0aee9989d9f22a9626e6705ca8decc8b14 /dev-python/httpcore | |
parent | dev-python/anyio: Enable py3.11 (diff) | |
download | gentoo-7fde3547bff32b3aeeea7fe49319199f4e15fdfd.tar.gz gentoo-7fde3547bff32b3aeeea7fe49319199f4e15fdfd.tar.bz2 gentoo-7fde3547bff32b3aeeea7fe49319199f4e15fdfd.zip |
dev-python/httpcore: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpcore')
-rw-r--r-- | dev-python/httpcore/httpcore-0.14.7-r1.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild index 936a7044aed7..58fcda4426da 100644 --- a/dev-python/httpcore/httpcore-0.14.7-r1.ebuild +++ b/dev-python/httpcore/httpcore-0.14.7-r1.ebuild @@ -4,14 +4,18 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 optfeature DESCRIPTION="A minimal low-level HTTP client" -HOMEPAGE="https://www.encode.io/httpcore/" +HOMEPAGE=" + https://www.encode.io/httpcore/ + https://github.com/encode/httpcore/ + https://pypi.org/project/httpcore/ +" SRC_URI=" - https://github.com/encode/${PN}/archive/${PV}.tar.gz + https://github.com/encode/httpcore/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD" |