summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-15 09:27:03 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-15 09:27:37 +0200
commit7fde3547bff32b3aeeea7fe49319199f4e15fdfd (patch)
treee5151d0aee9989d9f22a9626e6705ca8decc8b14
parentdev-python/anyio: Enable py3.11 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/httpcore/httpcore-0.14.7-r1.ebuild10
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"