commit:     55242a46d2bd1bb604fd9e45c6f9d0d6137b00c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 11:13:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 15 11:15:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55242a46

dev-python/pytest-httpx: Enable py3.11

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

 dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild 
b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
index 74125eb14438..c43d99511ed4 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild
@@ -4,15 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
 MY_PN="${PN/-/_}"
 DESCRIPTION="Send responses to HTTPX using pytest"
-HOMEPAGE="https://colin-b.github.io/pytest_httpx/";
+HOMEPAGE="
+       https://colin-b.github.io/pytest_httpx/
+       https://github.com/Colin-b/pytest_httpx/
+       https://pypi.org/project/pytest-httpx/
+"
 SRC_URI="
-       https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz
+       https://github.com/Colin-b/pytest_httpx/archive/v${PV}.tar.gz
                -> ${P}.gh.tar.gz
 "
 S="${WORKDIR}/${MY_PN}-${PV}"

Reply via email to