diff options
author | 2022-05-15 13:13:19 +0200 | |
---|---|---|
committer | 2022-05-15 13:15:30 +0200 | |
commit | 55242a46d2bd1bb604fd9e45c6f9d0d6137b00c3 (patch) | |
tree | 4c813a811ef7d9e4f1a448bf5337bb6c2291211b /dev-python/pytest-httpx | |
parent | dev-python/soupsieve: Stabilize 2.3.2 x86, #844823 (diff) | |
download | gentoo-55242a46d2bd1bb604fd9e45c6f9d0d6137b00c3.tar.gz gentoo-55242a46d2bd1bb604fd9e45c6f9d0d6137b00c3.tar.bz2 gentoo-55242a46d2bd1bb604fd9e45c6f9d0d6137b00c3.zip |
dev-python/pytest-httpx: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-httpx')
-rw-r--r-- | dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild | 10 |
1 files 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}" |