commit:     7fde3547bff32b3aeeea7fe49319199f4e15fdfd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 07:27:03 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 15 07:27:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fde3547

dev-python/httpcore: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 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"

Reply via email to