From 7fde3547bff32b3aeeea7fe49319199f4e15fdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 15 May 2022 09:27:03 +0200 Subject: [PATCH] dev-python/httpcore: Enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/httpcore/httpcore-0.14.7-r1.ebuild | 10 +++++++--- 1 file 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 936a7044aed7f..58fcda4426da2 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"